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
Branch
Commit message
Author
Age
faster_fetch
manual hash approach is even slower than STL map
Teddy
11 years
gc
gc optimization: pending list
Teddy
11 years
gc_cyc
added gc setting built-ins
Teddy
11 years
gc_imp
remove unnecessary std::set in gc
Teddy
11 years
gc_sweep
add test for circular ref
Teddy
11 years
master
fix a severe bug : copy-constructor expected in EvalObj
Teddy
11 years
new_ext
change the name from CONS_OBJ to PAIR_OBJ
Teddy
11 years
restructure
checking the code in `builtin.cpp`, removed some bugs and redundancy
Teddy
11 years
skip_removal
removed `skip` field from Pair, use `next` to make jumps instead
Teddy
11 years
tail_recursion
remove redundant code
Teddy
11 years
[...]
Age
Commit message
Author
2013-08-15
remove redundant code
tail_recursion
Teddy
2013-08-15
tail-rec support for `or`
Teddy
2013-08-15
tail-rec for `if` and `and`
Teddy
2013-08-15
fixed prog reload bug in tail-rec
Teddy
2013-08-15
tail-recursion opt in user-def call
Teddy
2013-08-14
significant improvement on gc efficiency
Teddy
2013-08-14
removed redundant info
Teddy
2013-08-14
big change in framework: unification of Continuation and RetAddr
Teddy
2013-08-14
big change in framework: unification of user-def proc and others
Teddy
2013-08-14
ready for alpha 2
Teddy
[...]