sourcemod/sourcepawn/jit
Kyle Sanderson 9c62e94239 Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander).
Original patch written by David Anderson (original r from Fyren).
- Updated to function with the current JIT compiler.
- Took in clean-ups from later-dated patches.
2014-05-11 14:36:32 -07:00
..
md5 Fixed various memory issues. (bug 5766, r=asherkin) 2013-08-12 00:44:22 +01:00
msvc8
msvc9
msvc10
x86 Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander). 2014-05-11 14:36:32 -07:00
zlib
AMBuilder Use == instead of is operator for checking string equality in AMBuild scripts (bug 6043, r=dvander). 2014-02-09 22:50:20 -06:00
BaseRuntime.cpp Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander). 2014-05-11 14:36:32 -07:00
BaseRuntime.h Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander). 2014-05-11 14:36:32 -07:00
dll_exports.cpp
dll_exports.h
engine2.cpp
engine2.h
interpreter.cpp Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander). 2014-05-11 14:36:32 -07:00
interpreter.h Optimize native call if statically bound (bug 5842, r=ds,fyren f=dvander). 2014-05-11 14:36:32 -07:00
jit_function.cpp
jit_function.h
jit_shared.h
Makefile Refactor the JIT to use a newer, simpler macro assembler. (bug 5827, r=ann) 2013-08-08 09:41:24 -07:00
Makefile.shell
opcodes.cpp
opcodes.h Change float comparison operators to return false for NaN (bug 6107, r=ds). 2014-04-22 19:40:45 -07:00
sp_vm_basecontext.cpp
sp_vm_basecontext.h
sp_vm_engine.cpp
sp_vm_engine.h
sp_vm_function.cpp
sp_vm_function.h
version.rc Overhauled versioning information (bug 5453, r=dvander). 2012-08-26 01:33:54 +01:00
watchdog_timer.cpp
watchdog_timer.h