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
12 years
gc
gc optimization: pending list
Teddy
12 years
gc_cyc
added gc setting built-ins
Teddy
12 years
gc_imp
remove unnecessary std::set in gc
Teddy
12 years
gc_sweep
add test for circular ref
Teddy
12 years
master
fix a severe bug : copy-constructor expected in EvalObj
Teddy
12 years
new_ext
change the name from CONS_OBJ to PAIR_OBJ
Teddy
12 years
restructure
checking the code in `builtin.cpp`, removed some bugs and redundancy
Teddy
12 years
skip_removal
removed `skip` field from Pair, use `next` to make jumps instead
Teddy
12 years
tail_recursion
remove redundant code
Teddy
12 years
[...]
Age
Commit message
Author
2013-08-12
manual hash approach is even slower than STL map
faster_fetch
Teddy
2013-08-11
fixed severe bug in many special opts
Teddy
2013-08-11
removed more redundancy
Teddy
2013-08-11
checking the code in `builtin.cpp`, removed some bugs and redundancy
restructure
Teddy
2013-08-11
added more comments
Teddy
2013-08-11
add inf list test
Teddy
2013-08-11
...
Teddy
2013-08-11
removed unecessary `next` initialization
Teddy
2013-08-11
fixed `next` pointer and `ext_repr` issues
Teddy
2013-08-11
`delay` and `force` support is added
Teddy
[...]