This website requires JavaScript.
Explore
Help
Sign In
steve
/
factor
Watch
1
Star
0
Fork
You've already forked factor
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
a615700af1
factor
/
basis
/
cpu
/
x86
History
Slava Pestov
d5a25f99bf
cpu.x86.64: inline cache miss blocks have a prolog generated in the middle of a procedure; undo a recent change to non-optimizing backend to fix random crashes
2010-02-06 18:45:27 +13:00
..
32
Compiled code size optimizations for x86-64 resulting in development image size reduction of about 350kb
2010-02-03 23:11:35 +13:00
64
cpu.x86.64: inline cache miss blocks have a prolog generated in the middle of a procedure; undo a recent change to non-optimizing backend to fix random crashes
2010-02-06 18:45:27 +13:00
assembler
Add alien-assembly form for inline assembler, works like alien-invoke except calls a user-supplied quotation instead of generating a subroutine call. Replaces FPU status control, SSE detection and read timestamp routines in vm/cpu-x86.*S
2010-01-07 17:39:22 +13:00
features
Add alien-assembly form for inline assembler, works like alien-invoke except calls a user-supplied quotation instead of generating a subroutine call. Replaces FPU status control, SSE detection and read timestamp routines in vm/cpu-x86.*S
2010-01-07 17:39:22 +13:00
authors.txt
Create basis vocab root
2008-07-28 22:03:13 -05:00
bootstrap.factor
cpu.x86: fix crashes when using certain features (threads, errors, etc) with profiling enabled on x86-64. The profiling stub was clobbering an argument for the unwind_native_frames() entry point
2010-02-05 20:52:19 +13:00
summary.txt
Create basis vocab root
2008-07-28 22:03:13 -05:00
tags.txt
Add unportable tag
2008-11-06 09:29:21 -06:00
x86.factor
Compiled code size optimizations for x86-64 resulting in development image size reduction of about 350kb
2010-02-03 23:11:35 +13:00