Abdulaziz Ghuloum
|
10bdc3dcd6
|
* starting with IntegerSet
|
2007-03-10 16:47:13 -05:00 |
Abdulaziz Ghuloum
|
d4559cfd4c
|
cleanup of repository content.
|
2007-03-09 19:28:38 -05:00 |
Abdulaziz Ghuloum
|
5bb666bf7f
|
* last commit on alt-cogen and beginning of alt-alt-cogen :-)
|
2007-03-09 14:01:17 -05:00 |
Abdulaziz Ghuloum
|
c6861f41d5
|
* added flonum? and removed ikrt_is_flonum from the runtime system.
|
2007-03-04 12:59:28 -05:00 |
Abdulaziz Ghuloum
|
b326fbc07a
|
* completed the move to new specify-representation pass infrastructure.
|
2007-03-03 23:17:04 -05:00 |
Abdulaziz Ghuloum
|
e9740fa34f
|
* fixed bug in the graph construction that caused the operand of
idivl not to be added to the live set.
|
2007-03-02 00:41:28 -05: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
|
87d8d5a5dd
|
* added a $set-symbol-function! primitive.
|
2007-02-24 15:42:57 -05:00 |
Abdulaziz Ghuloum
|
d99c22e8c4
|
* The shortcut form is now two parts: a body and a handler. The
evaluation of the body can jump to the handler at any point during
evaluation by means of using the interrupt primitive or by
overflow.
|
2007-02-22 23:02:50 -05: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
|
0bd88991cb
|
* looks not bad.
|
2007-02-19 23:33:29 -05:00 |
Abdulaziz Ghuloum
|
30f71b0381
|
* frame moves are not working as nicely as they should.
|
2007-02-19 18:21:35 -05:00 |
Abdulaziz Ghuloum
|
f10a8ffccd
|
commented out references to some unused register names
|
2007-02-10 11:49:38 -05:00 |
Abdulaziz Ghuloum
|
1c37a4ee54
|
* changing representation for all non-fixnum numbers.
|
2007-01-21 19:20:37 -05:00 |
Abdulaziz Ghuloum
|
783beb990b
|
* exact->inexact is now implemnted.
* +, -, and * now handles flonums by converting exact arguments to
inexact if the other argument is a flonum.
|
2007-01-20 19:26:17 -05:00 |
Abdulaziz Ghuloum
|
c6bc77bc9d
|
* Many numeric predicates are added (exact?, inexact?, real?,
complex?, etc.).
* min and max are added.
|
2007-01-20 16:52:22 -05:00 |
Abdulaziz Ghuloum
|
679af26761
|
* Added benchmarks from the larceny source distribution.
|
2007-01-20 14:32:30 -05:00 |