• P
    Reduce memory used by the DescendantNode/Trivia/Token iterators. · ffaac1a3
    Pharring 提交于
    Eliminated the StrongBox-es in favor of hand-rolled stacks of value-types.
    Eliminated the UnionStack`2 and UnionStack`3 types.
    Introduced dedicated methods on ChildSyntaxList.Enumerator for combining "MoveNext" and "Current" into one method call. (changeset 1219622)
    ffaac1a3
ChildSyntaxList.cs 11.9 KB