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
c64b3575e4
factor
/
vm
/
Config.x86.32
4 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
vm: move dispatch_signal_handler to cpu-x86.cpp The new signal handler dispatch is logic is CISC-centric; defer fixing it until we find someone who cares
2011-10-26 19:22:42 -04:00
PLAF_DLL_OBJS += vm/cpu-x86.o
GNUmakefile: use PCH so compiler goes faster Also add more accurate dependencies on headers so "make" works right when headers change
2011-11-07 16:50:52 -05:00
PLAF_MASTER_HEADERS += vm/cpu-x86.hpp
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-06 23:39:22 -05:00