CS 215 : If you were to choose ?????
By bong_domingo
@bong_domingo (878)
Philippines
December 13, 2007 7:31pm CST
If you were to choose between these implementation, which one would you employ for your PL (please support your choice with well founded basis):
1) Stack-dynamic variables vs. Implicit Heap Dynamic variables
2) for String implementation : unbounded w/ fixed allocation vs. unbounded with dynamic allocation
3) for fixing dangling pointers : Tombstones vs. lock-and-keys
4) solution for garbage : garbage collection vs. reference counters
1 response