Abdulaziz Ghuloum
|
5007ef2d20
|
* Fixed linux build options in makefile.
|
2007-09-09 20:58:47 -04:00 |
Abdulaziz Ghuloum
|
c811812726
|
* Added conditional build for linux.
|
2007-09-09 14:19:51 -04:00 |
Abdulaziz Ghuloum
|
d1221276b9
|
Added vector-for-each
|
2007-08-28 17:24:53 -04:00 |
Abdulaziz Ghuloum
|
580481d8fc
|
* The runtime system can now open gzipped bootfiles in addition to
uncompressed fasl files.
|
2007-05-22 17:56:15 -04:00 |
Abdulaziz Ghuloum
|
819a3ca1c1
|
* bug in collector causing dirty bits for code objects with younger reloc
vectors to be unset incorrectly. The bug was in using || instead
of | when computing the dirty pattern.
|
2007-02-22 21:58:38 -05:00 |
Abdulaziz Ghuloum
|
8294a8dee9
|
* fixed an assembler bug in "addl reg -> mem"
|
2007-02-13 17:24:00 -05:00 |
Abdulaziz Ghuloum
|
297e47db32
|
* adding some asm tests in asm-tests.ss
|
2007-02-13 05:08:48 -05:00 |
Abdulaziz Ghuloum
|
de910a3544
|
* added flonum?, string->flonum, and flonum->string.
|
2007-01-20 17:49:25 -05:00 |
Abdulaziz Ghuloum
|
eb24d17049
|
Fixed bug that caused mvcalls to lose their live masks.
|
2007-01-01 01:46:47 +03:00 |
Abdulaziz Ghuloum
|
a8e1b860bb
|
Live-masks are busted again.
Some closures that are live are not traced by the GC.
|
2006-12-30 22:52:37 +03:00 |
Abdulaziz Ghuloum
|
3d2d52fe58
|
Added a guardians field to the pcb.
Added a guardians_loop procedure to the collector. In this
revision, this procedure does nothing.
|
2006-12-18 23:08:33 +03:00 |
Abdulaziz Ghuloum
|
4143501988
|
* Added ~% to the format metas.
* Exported string->list.
|
2006-12-06 18:26:37 -05:00 |
Abdulaziz Ghuloum
|
30a3ce94ef
|
* I don't know if the bug is fixed.
|
2006-12-04 09:11:56 -05:00 |
Abdulaziz Ghuloum
|
4a813dd5f8
|
segfaulting state
|
2006-12-03 18:42:52 -05:00 |
Abdulaziz Ghuloum
|
5bb14cad6e
|
renamed:
runtime => bin
src => lib
|
2006-12-01 10:40:21 -05:00 |