aboutsummaryrefslogtreecommitdiff
path: root/gc.cpp
Commit message (Expand)AuthorAge
* remove unnecessary std::set in gcgc_impTeddy2013-08-15
* the stability has been confirmedTeddy2013-08-15
* ...Teddy2013-08-15
* tail-rec for `if` and `and`Teddy2013-08-15
* significant improvement on gc efficiencyTeddy2013-08-14
* big change in framework: unification of Continuation and RetAddrTeddy2013-08-14
* ready for alpha 2Teddy2013-08-14
* added gc setting built-insgc_cycTeddy2013-08-14
* add gc in `PromObj` and `Continuation`Teddy2013-08-13
* add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`Teddy2013-08-13
* gc optimization: pending listgcTeddy2013-08-13
* in-place arithmetic opt & fix gc bug in `eval`Teddy2013-08-13
* add test for circular refgc_sweepTeddy2013-08-13
* a little improvement (but it can't resolve the circular referencing problem)Teddy2013-08-13
* gc can now workTeddy2013-08-13
* ...Teddy2013-08-12
* ...Teddy2013-08-12
* basic gcTeddy2013-08-12
* adding gc frameworkTeddy2013-08-12