aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
faster_fetchmanual hash approach is even slower than STL mapTeddy13 years
gcgc optimization: pending listTeddy13 years
gc_cycadded gc setting built-insTeddy13 years
gc_impremove unnecessary std::set in gcTeddy13 years
gc_sweepadd test for circular refTeddy13 years
masterfix a severe bug : copy-constructor expected in EvalObjTeddy13 years
new_extchange the name from CONS_OBJ to PAIR_OBJTeddy13 years
restructurechecking the code in `builtin.cpp`, removed some bugs and redundancyTeddy13 years
skip_removalremoved `skip` field from Pair, use `next` to make jumps insteadTeddy13 years
tail_recursionremove redundant codeTeddy13 years
[...]
 
 
AgeCommit messageAuthor
2013-08-14added gc setting built-insgc_cycTeddy
2013-08-13add gc in `PromObj` and `Continuation`Teddy
2013-08-13add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`Teddy
2013-08-13fixed a mem leak in parser.cppTeddy
2013-08-13add the middle class: `Container` to help resolve circular issuesTeddy
2013-08-13new version MakefileTeddy
2013-08-13vector gcTeddy
2013-08-13fixed bug in PromObjTeddy
2013-08-13add expected answer log to `robust_test.scm`Teddy
2013-08-13Merge branch 'gc'Teddy
[...]