Abdulaziz Ghuloum
|
48e062dfc4
|
* base-rtd is now placed in the pcb.
* renamed:
src/library-manager.ss => src/ikarus.library-manager.ss
|
2007-05-05 22:42:26 -04:00 |
Abdulaziz Ghuloum
|
de7c43a16b
|
* optimized symbol calls using the symbol-function field.
* added error checks for applying nonprocedures.
|
2007-02-25 21:29:28 -05:00 |
Abdulaziz Ghuloum
|
2ea03e0417
|
* Fixed bug in collecting bignums.
* time-it now displays the number of collections and bytes
allocated.
|
2006-12-29 13:45:30 +03:00 |
Abdulaziz Ghuloum
|
158980aeea
|
The fasl-loader interns gensyms by default now.
|
2006-12-25 10:35:18 +03:00 |
Abdulaziz Ghuloum
|
b9a369197a
|
gensym->unique-string now interns gensyms in the gensym table.
|
2006-12-25 10:25:40 +03:00 |
Abdulaziz Ghuloum
|
b3a6744691
|
renamed oblist to symbol_table in pcb
|
2006-12-25 09:28:53 +03:00 |
Abdulaziz Ghuloum
|
7fed78fa9d
|
An alt-stack and interrupt-handler are added to ikarus-main.c. When
an interrupt occurs, the engine_ticks is set to 1 and the
interrupted field is set to 1 in the pcb.
|
2006-12-24 09:43:20 +03:00 |
Abdulaziz Ghuloum
|
3aa22ea200
|
* Added 'add imm, mem' instruction format.
|
2006-12-21 17:16:33 +03:00 |
Abdulaziz Ghuloum
|
8dac92a512
|
added guardians primitives, not tested
|
2006-12-19 19:41:13 +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
|
0f2bcdb2a0
|
added an mmap cache to avoid repeated mmaps/munmaps
|
2006-12-06 11:07:27 -05:00 |
Abdulaziz Ghuloum
|
5bb14cad6e
|
renamed:
runtime => bin
src => lib
|
2006-12-01 10:40:21 -05:00 |