-
made inline_gc a VM_C_API function
phildawes committedSep 24, 2009 -
fix c_to_factor stack alignment
phildawes committedSep 24, 2009 -
fix lazy_jit_compile to not abuse stack on x86.32
phildawes committedSep 24, 2009 -
Some fixes and cleanups in math.vectors
Slava Pestov committedSep 24, 2009 - Tighten up type inference for operations on complex float arrays - Fix v. to have correct behavior with complex numbers - Rename v<< and v>> to vlshift and vrshift to avoid clashing with v>> accessor
-
vm/cpu-x86.32.S: formatting fix
Slava Pestov committedSep 24, 2009 -
Slava Pestov committed
Sep 24, 2009 -
Tweaks to reduce deployed image size
Slava Pestov committedSep 24, 2009 -
Merge branch 'vm_cleanup' of git://github.com/phildawes/factor
Slava Pestov committedSep 24, 2009 -
vm: Fix potential crash in <word> primitive if profiling is enabled
Slava Pestov committedSep 24, 2009 -
cpu.x86: don't generate SSE2 instructions if only SSE1 is available
Slava Pestov committedSep 24, 2009 -
Slava Pestov committed
Sep 24, 2009 -
math.vectors.simd: add v<< and v>> intrinsics for bitwise shifts on e…
Slava Pestov committedSep 24, 2009 …lements
-
ui.tools.listener.completion: fix tests
Slava Pestov committedSep 24, 2009 -
benchmark.mandel: clean up the code a bit without changing performance
Slava Pestov committedSep 24, 2009 - use iota when iterating over integers - clean up 'c' word
-
x86 bootstrap cleanup: renamed arg to arg1
phildawes committedSep 23, 2009 -
cleaned up vm-field-ptr compiler code
phildawes committedSep 23, 2009 -
renamed myvm member variable to parent_vm
phildawes committedSep 23, 2009 -
renamed mttest vocab to native-thread-test
phildawes committedSep 23, 2009 -
phildawes committed
Sep 23, 2009 -
bignum indentation and macro cleanup
phildawes committedSep 23, 2009 -
phildawes committed
Sep 23, 2009 -
removed a bunch of superflous blank lines
phildawes committedSep 23, 2009 -
phildawes committed
Sep 23, 2009 -
removed superflous whitspace lines
phildawes committedSep 23, 2009 -
phildawes committed
Sep 23, 2009 -
Merge branch 'master' of git://factorcode.org/git/factor
Slava Pestov committedSep 24, 2009 -
Slava Pestov committed
Sep 24, 2009 -
Merge branch 'master' of git://factorcode.org/git/factor
jckarter committedSep 24, 2009 -
some windows dwm api calls to play with
jckarter committedSep 24, 2009 -
Slava Pestov committed
Sep 24, 2009 -
Slava Pestov committed
Sep 24, 2009 -
ui.gadgets.buttons: don't show 'Shortcut' message if there is a gestu…
Slava Pestov committedSep 24, 2009 …re but its not a key gesture
-
ui.commands: remove unused word
Slava Pestov committedSep 24, 2009 -
tools.crossref: print message if there are no usages
Slava Pestov committedSep 24, 2009 -
cpu.x86/ppc: unify register-to-register moves using %copy so that bet…
Slava Pestov committedSep 24, 2009 …ter coalescing can eliminate more moves later