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-11checking the code in `builtin.cpp`, removed some bugs and redundancyrestructureTeddy
2013-08-11added more commentsTeddy
2013-08-11add inf list testTeddy
2013-08-11...Teddy
2013-08-11removed unecessary `next` initializationTeddy
2013-08-11fixed `next` pointer and `ext_repr` issuesTeddy
2013-08-11`delay` and `force` support is addedTeddy
2013-08-11`apply` and `or` supportTeddy
2013-08-10more built-insTeddy
2013-08-09numerical overflow detectionTeddy
[...]