Replace `SList` in the GC info encoders.
authorPat Gavlin <pagavlin@microsoft.com>
Mon, 11 Apr 2016 17:09:08 +0000 (10:09 -0700)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 13 Apr 2016 17:52:21 +0000 (10:52 -0700)
commit8b91401398caffe63fe79d403e066ee55a8365f2
tree05fbb10d762acf5204898c8c8e6527b8948b1806
parent517207b9d3f2a53c726a8682c1331cf7bdb0360b
Replace `SList` in the GC info encoders.

Instead of using `SList`, manage the links manually. There are only
a few list manipulations in the encoders, so this is not too onerous.
src/gcinfo/dbggcinfoencoder.cpp
src/gcinfo/gcinfoencoder.cpp
src/inc/dbggcinfoencoder.h
src/inc/gcinfoencoder.h