JosuaKrause / saslc

A little SASL compiler
MIT License
2 stars 0 forks source link

gc in evaluation #4

Closed JosuaKrause closed 13 years ago

JosuaKrause commented 13 years ago

Write the evaluation loop of Lists to another position so that a list can be garbage collected when it is evaluated. Do not null pointers explicitly -- just remove the reference to the top of the list while traversing.

JosuaKrause commented 13 years ago

solved