sourcemod/sourcepawn
David Anderson bad69571b6 rewrote forward API to use cached parameter pushing instead of immediate pushing
removed copy back cruft since it's no longer needed
removed PushCells() from API requirements, not needed
adjusted documentation and added TODO list to ForwardSys.cpp
various internal improvements

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40188
2006-11-12 09:51:39 +00:00
..
compiler added new API for function address lookups. this gives us O(1) code_addr -> sequential index 2006-11-11 05:47:00 +00:00
include rewrote forward API to use cached parameter pushing instead of immediate pushing 2006-11-12 09:51:39 +00:00
jit added new API for function address lookups. this gives us O(1) code_addr -> sequential index 2006-11-11 05:47:00 +00:00