simonask / snow-deprecated

(ATTENTION WATCHERS: This repository is deprecated. Please watch 'snow' instead.) Snow is a simple, dynamic, and expressive programming language with an emphasis on speed and simplicity. Snow is fully object-oriented, and fully function-oriented at the same time.
http://snow.meta.io/
Other
21 stars 1 forks source link

Improve GC heuristics #14

Open simonask opened 15 years ago

simonask commented 15 years ago

Currently, the GC blindly reallocates everything in a number of heaps. This is great for debugging. Not so for performance.

Suggestions: