Alex Shinn
|
d6b850b5aa
|
fixing some gc var preservation bugs
|
2009-06-14 23:41:00 +09:00 |
|
Alex Shinn
|
bddbaedfa7
|
test suite now passes with new gc, even starting
with a tiny heap and causing multiple allocations.
pointer adjusting after a moved realloc still segfaults.
|
2009-06-13 21:16:49 +09:00 |
|
Alex Shinn
|
b636225da7
|
fixing some stack pointer management bugs
|
2009-06-12 17:35:57 +09:00 |
|
Alex Shinn
|
cce116bc0a
|
progress
|
2009-06-11 23:02:30 +09:00 |
|
Alex Shinn
|
d65e7255f8
|
stack is now a data type (maybe merge w/ vector),
new gc seems initially functional
|
2009-06-08 02:06:24 +09:00 |
|
Alex Shinn
|
378cdff8e3
|
preserving gc vars in generate_lambda
|
2009-05-09 02:34:51 +09:00 |
|
Alex Shinn
|
0ebdc170cf
|
complifying make_opcode_procedure
|
2009-05-09 02:07:52 +09:00 |
|
Alex Shinn
|
a85d80038c
|
while still working towards the precise gc, reordering the
context argument to all functions
|
2009-05-08 23:27:04 +09:00 |
|
Alex Shinn
|
28d5775bbe
|
string and vector data is now packed, no longer allocing arbitrary
blocks of untagged data, string and vector reads use an initial
buffer to reduce allocations
|
2009-05-06 22:43:24 +09:00 |
|
Alex Shinn
|
4d78a28d8c
|
passing context through all calls that can allocate memory
in preparation for a native, thread-safe gc.
|
2009-05-05 03:16:09 +09:00 |
|
Alex Shinn
|
b5f07e6da6
|
fixing syntax-rules.scm
|
2009-04-14 21:28:21 +09:00 |
|