Slava Pestov
|
ed8bbbef21
|
vm/mark_bits.hpp: fix incorrect constructor argument order
|
2009-10-22 23:41:02 -05:00 |
Slava Pestov
|
b78202e816
|
Merge branch 'master' into new_gc
|
2009-10-22 05:40:57 -05:00 |
Slava Pestov
|
5a5c789fa5
|
tools.profiler: fix tests
|
2009-10-22 05:40:31 -05:00 |
Slava Pestov
|
28de799296
|
vm: fix compilation
|
2009-10-22 06:38:02 -04:00 |
Slava Pestov
|
5a63edf278
|
vm: clean up signal handling and add EXC_BAD_INSTRUCTION Mach exception handler for OS X, since signal handlers cannot change the stack pointer
|
2009-10-22 05:22:59 -05:00 |
Joe Groff
|
23050cfbb1
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-22 00:18:16 -05:00 |
Joe Groff
|
e795257d4e
|
also print undocumented windows SSE exception codes
|
2009-10-22 00:18:01 -05:00 |
Joe Groff
|
71159cb91d
|
tweak windows exception error printing
|
2009-10-21 23:59:37 -05:00 |
Joe Groff
|
03df7adc7b
|
give better error message for windows exceptions, and don't lop off the top end of the exception code when the vm throws the error
|
2009-10-21 23:37:51 -05:00 |
Slava Pestov
|
e51882c555
|
vm: debugging mark and sweep
|
2009-10-21 23:24:35 -05:00 |
Joe Groff
|
1bff41e35e
|
oops, longlong comparison is sse4.2, not 4.1
|
2009-10-21 23:00:02 -05:00 |
Joe Groff
|
5972759550
|
fix tools.deploy test
|
2009-10-21 22:12:28 -05:00 |
Joe Groff
|
cee5862b69
|
update a bunch of alien-callbacks and alien-indirects to use c-type words
|
2009-10-21 21:10:11 -05:00 |
Slava Pestov
|
6ee56ca93a
|
vm: use iostreams instead of printf for debug messages, clean up a few things
|
2009-10-21 20:12:57 -05:00 |
Slava Pestov
|
2bae20cd41
|
vm: debugging mark-sweep
|
2009-10-21 19:41:54 -05:00 |
Joe Groff
|
4dd44a007a
|
update some naked alien-invokes to use c-type words
|
2009-10-21 18:44:00 -05:00 |
Joe Groff
|
50e4252abb
|
update cocoa tests
|
2009-10-21 18:19:35 -05:00 |
Joe Groff
|
dbd2f1b7f2
|
update cocoa bridge to use c-type words
|
2009-10-21 18:17:29 -05:00 |
Doug Coleman
|
e5c37ff407
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-21 12:11:16 -05:00 |
Joe Groff
|
1a3ea6b6f5
|
vif combinator
|
2009-10-20 22:49:20 -05:00 |
Doug Coleman
|
331eb1093e
|
fix doc formatting for io.mmap
|
2009-10-20 22:43:11 -05:00 |
Doug Coleman
|
45605d13be
|
fix a normalization bug in decimals
|
2009-10-20 22:37:44 -05:00 |
Joe Groff
|
a2976083be
|
generate unsigned vector comparison fallbacks using min/max or xor/signed compare
|
2009-10-20 22:30:57 -05:00 |
Slava Pestov
|
a03a817bdb
|
vm: mark sweep gc for tenured space work in progress
|
2009-10-20 22:20:49 -05:00 |
Joe Groff
|
a0a816e88a
|
generate better fallback code for vmin/vmax intrinsics
|
2009-10-20 19:22:38 -05:00 |
Joe Groff
|
d570e58374
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-20 17:42:29 -05:00 |
Joe Groff
|
218d5c7c07
|
value numbering rewrite rules for vector ops to convert "not and" to "andn" and "not andn" to "and"
|
2009-10-20 17:29:01 -05:00 |
Joe Groff
|
d82546ee78
|
clean up vector lerp functions to be better vectorizable
|
2009-10-20 17:11:22 -05:00 |
Slava Pestov
|
056ccc6741
|
vm: split off free_list_allocator from heap class, rename zone to bump_allocator
|
2009-10-20 15:26:11 -05:00 |
Slava Pestov
|
bb2f90f857
|
Merge branch 'master' into new_gc
|
2009-10-20 14:28:51 -05:00 |
Slava Pestov
|
033be6800e
|
classes.builtin: fix help lint
|
2009-10-20 14:28:34 -05:00 |
Slava Pestov
|
e7d707c92c
|
vm: simplify code heap by eliminating HeapLayout template parameter
|
2009-10-20 14:01:46 -05:00 |
Slava Pestov
|
6ab380dc02
|
vm: object start recording in cards is now independent of allocation strategy
|
2009-10-20 13:47:04 -05:00 |
Slava Pestov
|
1f97169c62
|
vm: move factor_vm::untagged_object_size() to object::size()
|
2009-10-20 13:13:39 -05:00 |
Slava Pestov
|
f442d1949b
|
Change data heap alignment to 16 bytes
|
2009-10-20 12:45:00 -05:00 |
Slava Pestov
|
fad52e8420
|
vm: fix crash when converting a callstack to an array
|
2009-10-20 12:19:02 -05:00 |
Slava Pestov
|
e2dfe160dc
|
vm: working on making heap more generic
|
2009-10-20 10:22:06 -05:00 |
Slava Pestov
|
f9fc3487c6
|
vm: change code heap layout somewhat, remove unused allocation bitmap from mark_bits
|
2009-10-20 09:37:24 -05:00 |
Slava Pestov
|
7f9b40c492
|
Merge branch 'master' into new_gc
|
2009-10-20 07:58:59 -05:00 |
Slava Pestov
|
1fa72e9d6d
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-20 07:07:16 -05:00 |
Slava Pestov
|
0a33e1a061
|
help.handbook: remove 'type index'
|
2009-10-20 07:07:03 -05:00 |
Slava Pestov
|
d171a5ac20
|
math.vectors: fix behavioral difference between generic vector vmin vmax and float specialized versions thereof
|
2009-10-20 07:06:44 -05:00 |
Slava Pestov
|
a71212f9c4
|
cpu.x86.32: only create 16-byte parameter area if the word calls into the VM
|
2009-10-20 05:02:42 -05:00 |
Slava Pestov
|
44f41dfe07
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-20 04:32:14 -05:00 |
Slava Pestov
|
9599d86ec5
|
compiler: FFI is now slightly more efficient when unboxing parameters, only changes data stack height once
|
2009-10-20 04:31:48 -05:00 |
Slava Pestov
|
16db1a394b
|
compiler, cpu.x86.32: clean up FFI implementation, in particular 32-bit x86-specific backend
|
2009-10-20 04:15:10 -05:00 |
Slava Pestov
|
5f52b230f7
|
specialized-arrays: fix unit test
|
2009-10-20 02:18:28 -05:00 |
Slava Pestov
|
ce785d10c4
|
ui.gadgets.controls: fix load error
|
2009-10-20 02:18:21 -05:00 |
Slava Pestov
|
b5fb48b8f2
|
ui.gadgets.editors: fix com-join-lines if there are more than two lines in the editor
|
2009-10-19 22:46:46 -05:00 |
Slava Pestov
|
013f085ffe
|
Merge branch 'master' of git://factorcode.org/git/factor
|
2009-10-19 21:44:56 -05:00 |