Doug Coleman
|
c577a5468e
|
vm: Typo for SITE_CFLAGS. Fixes #491.
|
2012-04-10 16:28:04 -07:00 |
Doug Coleman
|
4a29dafcdf
|
vm/Config: GNUMakefile doesn't actually put the CFLAGS on the command, so use SITE_CFLAGS instead. Put -m32 in Config.x86.32, -m64 in Config.x86.64. Fixes #488.
|
2012-04-05 10:26:50 -07:00 |
Joe Groff
|
b46fd5e655
|
GNUmakefile: use PCH so compiler goes faster
Also add more accurate dependencies on headers so "make" works right when headers change
|
2011-11-08 08:42:46 -08:00 |
Joe Groff
|
5d59faa7d1
|
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-27 21:18:20 -07:00 |
Slava Pestov
|
2922e08ed9
|
vm: rework platform.hpp so that it is no longer necessary to pass -DFACTOR_64 and -DWINDOWS when compiling VM
|
2010-01-13 23:06:45 +13:00 |
Slava Pestov
|
235f3238f5
|
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 |
Slava Pestov
|
7fd0a27c0d
|
VM no longer uses printf since format string directives are not portable between Win64 and everything else...
|
2008-11-18 18:21:42 -06:00 |
Slava
|
6dc28869ce
|
More build system work
|
2007-09-22 00:44:27 -04:00 |
Slava
|
7475278aea
|
Build system cleanup
|
2007-09-22 00:41:17 -04:00 |