johnwhitington / ocamli

OCaml interpreter
BSD 3-Clause "New" or "Revised" License
99 stars 0 forks source link

Lets are kept around beyond when they are used. #3

Closed johnwhitington closed 8 years ago

johnwhitington commented 8 years ago

We need to prune the environment when a Let is no longer needed.

This might be ok for simple visualizations, but would be too slow. Garbage collect counting names? Some other method?

johnwhitington commented 8 years ago

Make sure we get rid of old value-under-let removal after the new stuff is done.