sourcemod/sourcepawn/jit
David Anderson 8d78c74554 Fixed horrendous crash in the JIT from packing change in the debug table (bug 3334, r=me).
I accidentally changed the debug table packing in a commit a while ago.  This explains the nonsense debug output and crashes people have been getting on the 1.1 branch.  Fortunately this is (mostly) detectable via the "debug.natives" table and the JIT will unpack symbols based on that information.
2008-10-27 02:02:14 -05:00
..
msvc8 Fixed build for new jit. Can't seem to kill off one of Microsoft's retarded NONSTDC warning, oh well. 2008-08-15 05:41:20 +00:00
msvc9 Migrated to Visual Studio 2008 for default builds (bug 3257). 2008-09-27 14:59:09 -07:00
x86 Fixed horrendous crash in the JIT from packing change in the debug table (bug 3334, r=me). 2008-10-27 02:02:14 -05:00
zlib landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
BaseRuntime.cpp Fixed horrendous crash in the JIT from packing change in the debug table (bug 3334, r=me). 2008-10-27 02:02:14 -05:00
BaseRuntime.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
dll_exports.cpp landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
dll_exports.h landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
engine2.cpp Fixed horrendous crash in the JIT from packing change in the debug table (bug 3334, r=me). 2008-10-27 02:02:14 -05:00
engine2.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
jit_function.cpp Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
jit_function.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
jit_shared.h Fixed horrendous crash in the JIT from packing change in the debug table (bug 3334, r=me). 2008-10-27 02:02:14 -05:00
jit_version.h Updated version files so I can build again. 2008-09-14 22:16:35 -07:00
jit_version.tpl Mirrored buildbot/version template changes from branch. 2008-09-14 06:13:25 +00:00
Makefile Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
sp_vm_basecontext.cpp Fixed horrendous crash in the JIT from packing change in the debug table (bug 3334, r=me). 2008-10-27 02:02:14 -05:00
sp_vm_basecontext.h landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00
sp_vm_engine.cpp Fixed build for new jit. Can't seem to kill off one of Microsoft's retarded NONSTDC warning, oh well. 2008-08-15 05:41:20 +00:00
sp_vm_engine.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
sp_vm_function.cpp Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
sp_vm_function.h Landed sourcepawn-1.2. The big changes: 2008-08-15 05:22:26 +00:00
version.rc landed massive refactoring of the JIT. contexts are actually contexts now, and a higher level structure wraps sp_plugin_t info. on that note, both sp_plugin_t and sp_context_t are entirely opaque, and not even core has access to them. amazingly, i managed to keep binary compatibility here although a large number of functions are deprecated (and core should eventually stop calling them). 2008-07-11 08:18:43 +00:00