|
|
|
|
|
by pcwalton
2806 days ago
|
|
By heap allocating stack frames I mean that each time you call a function, SML/NJ allocates space for that individual frame on the heap. It then uses the garbage collector to clean up frames after the function call has returned. |
|
http://www.wirfs-brock.com/allen/things/smalltalk-things/eff...