index
:
sonsi
faster_fetch
gc
gc_cyc
gc_imp
gc_sweep
master
new_ext
numeric_types
restructure
skip_removal
tail_recursion
Stupid and Obvious Non-recursive Scheme Interpreter
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gc.cpp
Commit message (
Expand
)
Author
Age
*
...
Teddy
2013-08-17
*
more doc
Teddy
2013-08-17
*
fix mem leak in ext_repr
Teddy
2013-08-15
*
remove unnecessary std::set in gc
gc_imp
Teddy
2013-08-15
*
the stability has been confirmed
Teddy
2013-08-15
*
...
Teddy
2013-08-15
*
tail-rec for `if` and `and`
Teddy
2013-08-15
*
significant improvement on gc efficiency
Teddy
2013-08-14
*
big change in framework: unification of Continuation and RetAddr
Teddy
2013-08-14
*
ready for alpha 2
Teddy
2013-08-14
*
added gc setting built-ins
gc_cyc
Teddy
2013-08-14
*
add gc in `PromObj` and `Continuation`
Teddy
2013-08-13
*
add cycle detect for `Pair`, `ProcObj`, `Envt` and `Cont`
Teddy
2013-08-13
*
gc optimization: pending list
gc
Teddy
2013-08-13
*
in-place arithmetic opt & fix gc bug in `eval`
Teddy
2013-08-13
*
add test for circular ref
gc_sweep
Teddy
2013-08-13
*
a little improvement (but it can't resolve the circular referencing problem)
Teddy
2013-08-13
*
gc can now work
Teddy
2013-08-13
*
...
Teddy
2013-08-12
*
...
Teddy
2013-08-12
*
basic gc
Teddy
2013-08-12
*
adding gc framework
Teddy
2013-08-12