slava
|
5038554251
|
GC is not safe from a signal handler since the ds/rs registers might be invalid. So disable the GC in signal handlers
|
2006-11-22 06:24:55 +00:00 |
slava
|
12f61890ca
|
-7 <byte-array> crash
|
2006-11-22 05:19:19 +00:00 |
slava
|
f29e31c251
|
Comment out problematic/unfinished code
|
2006-11-21 23:42:59 +00:00 |
erg
|
077ebd7c6c
|
fix compile errors on win32
|
2006-11-21 23:47:44 +00:00 |
slava
|
aa23766df2
|
Fix issue when GC is called while allocating native stack trace
|
2006-11-21 21:19:17 +00:00 |
slava
|
ab4df9d8e6
|
Fix recent regression
|
2006-11-21 10:17:46 +00:00 |
slava
|
0fb57e1e9e
|
Fix crash bug introduced in 0.86
|
2006-11-20 08:43:03 +00:00 |
slava
|
4759883733
|
Fix a code GC race condition
|
2006-11-20 02:14:11 +00:00 |
slava
|
7d0e89a11f
|
Add an assertion to the code GC code
|
2006-11-18 09:04:11 +00:00 |
slava
|
4852c894f2
|
Uncomment native stack pointer recording
|
2006-11-17 09:37:49 +00:00 |
slava
|
57f4d59b8c
|
PowerPC float>fixnum intrinsic
|
2006-11-17 02:04:37 +00:00 |
slava
|
e371ffcae6
|
Working on amd64 stack traces
|
2006-11-16 07:12:03 +00:00 |
slava
|
de1ebb9f1a
|
Trying to get stack traces going on OS X, but won't compile without -fomit-frame-pointer
|
2006-11-16 06:31:49 +00:00 |
slava
|
c4ddcf54df
|
x86 compiled stack traces working
|
2006-11-16 05:12:43 +00:00 |
slava
|
c0038a28f9
|
Fix documentation typos, start working on compiled stack traces
|
2006-11-16 03:57:58 +00:00 |
slava
|
c1b7fb46de
|
Don't make this change yet
|
2006-11-17 07:10:14 +00:00 |
slava
|
7904ddcac2
|
Fix Objective-C exception handling
|
2006-11-17 07:01:05 +00:00 |
slava
|
fde3ba3bb3
|
Fix a hang if you do 'clear drop datastack'
|
2006-11-17 06:51:29 +00:00 |
slava
|
f67ee0f315
|
Kick off 0.87 with better callstack underflow handling
|
2006-11-15 02:40:54 +00:00 |
slava
|
1f8fa2c531
|
Fixes
|
2006-11-14 21:59:20 +00:00 |
slava
|
761dab4188
|
Fix sig11 when dividing large bignums
|
2006-11-09 23:10:02 +00:00 |
slava
|
7ee2128ff0
|
numbers-game has MAIN:, image loading cleanup
|
2006-11-09 03:13:33 +00:00 |
slava
|
75ee6ac549
|
PPC inline allocators almost working
|
2006-11-08 23:21:58 +00:00 |
slava
|
d54e3baac8
|
First cut at bignum inline allocators
|
2006-11-07 05:22:34 +00:00 |
slava
|
7642d69352
|
Fix typo in fixnum* primitive
|
2006-11-07 23:04:16 +00:00 |
slava
|
4ee7c02798
|
Typo: box_float instead of box_double in floating point primitives
|
2006-11-04 22:04:22 +00:00 |
slava
|
48b288ceb9
|
Fix code heap saving if the last block in the heap is allocated
|
2006-11-04 21:51:18 +00:00 |
erg
|
6d3996ccfb
|
fix win32 runtime compile errors
|
2006-11-04 16:52:57 +00:00 |
slava
|
861a6d32cf
|
alien-invoke no longer generates calls to consing unbox_* functions -- instead we just unbox the parameter list first, in factor code
|
2006-11-03 21:39:37 +00:00 |
slava
|
ab68570cc1
|
Fix callstack overflow handling
|
2006-11-03 21:14:53 +00:00 |
slava
|
4a8d65ccce
|
Refactored the C type system in the alien interface and fixed some bugs
|
2006-11-03 08:54:30 +00:00 |
slava
|
726710a949
|
alien>char/u16-string primitives now work correctly if the input is a byte array
|
2006-11-03 05:37:51 +00:00 |
slava
|
fada38fe0a
|
Cleaning up windows code
|
2006-11-03 02:28:44 +00:00 |
slava
|
56f8f84751
|
More allot_* cleanups
|
2006-11-02 23:29:11 +00:00 |
slava
|
372872e41d
|
Simplify implementation of /f word
|
2006-11-02 08:12:23 +00:00 |
slava
|
a712af05a4
|
Update bignum code for allot_* changes
|
2006-11-02 08:00:02 +00:00 |
slava
|
bf453cc1e2
|
Fix compile error
|
2006-11-01 19:30:33 +00:00 |
slava
|
b571e6fb0d
|
Remove unused environment slot and simply room primitive
|
2006-11-01 19:29:58 +00:00 |
slava
|
0e2871679a
|
Don't use retain stack for extra roots
|
2006-11-01 05:20:49 +00:00 |
slava
|
3cdac5982d
|
Big VM type renaming; add secure GC which wipes the heap after every collection (but really this is only for debugging local variable roots)
|
2006-11-01 04:20:34 +00:00 |
slava
|
780dfcc5d5
|
Fix unit test failures caused by stricter numeric coercion rules
|
2006-11-01 03:54:35 +00:00 |
slava
|
40ff6c6d3b
|
>fixnum >bignum >float primitives split up into smaller sub-primitives and are now generic words in the library
|
2006-11-01 01:29:11 +00:00 |
slava
|
14a605498d
|
More GC work
|
2006-10-31 21:45:12 +00:00 |
slava
|
b116ab3c25
|
More allot_* work
|
2006-10-31 20:48:34 +00:00 |
slava
|
65128e6af3
|
Remove unused function from runtime
|
2006-10-31 06:04:02 +00:00 |
slava
|
f485a7ecd4
|
Fix two minor issues found during review of allot_* patch
|
2006-10-31 06:00:43 +00:00 |
slava
|
415fe0a4a8
|
allot_* overhaul
|
2006-10-31 05:52:02 +00:00 |
slava
|
7e094f890c
|
string>float primitive should not throw an error on invalid input (non-ASCII strings)
|
2006-10-30 02:34:10 +00:00 |
slava
|
5bb98d28d9
|
Add some failing unit tests
|
2006-10-30 02:21:48 +00:00 |
slava
|
5ca46b1a30
|
Slightly more compact relocation info
|
2006-10-25 00:26:32 +00:00 |