mkxp-freebird/binding-mri
Jonas Kulla 7f4e58fd6e MRI-Binding: Don't memcpy script data before deflating
I think the reason this was originally done was some
issue with ruby's GC where it would wrongfully sweep
the script array variable on the C stack.

This change should speed up startup a little.
2013-12-29 14:55:49 +01:00
..
audio-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
binding-mri.cpp MRI-Binding: Don't memcpy script data before deflating 2013-12-29 14:55:49 +01:00
binding-types.h Initial commit 2013-09-01 16:27:21 +02:00
binding-util.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
binding-util.h Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
bitmap-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
disposable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
etc-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
filesystem-binding.cpp Transition from QtCore to stdc++ / STL / boost 2013-12-29 13:59:26 +01:00
flashable-binding.h MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
font-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
graphics-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
input-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
module_rpg.cpp Initial commit 2013-09-01 16:27:21 +02:00
module_rpg.rb.xxd Initial commit 2013-09-01 16:27:21 +02:00
plane-binding.cpp MRI-Binding: Reduce number of object allocations 2013-10-30 10:06:24 +01:00
sceneelement-binding.h MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
serializable-binding.h Initial commit 2013-09-01 16:27:21 +02:00
sprite-binding.cpp MRI-Binding: Reduce number of object allocations 2013-10-30 10:06:24 +01:00
table-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
tilemap-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
viewport-binding.cpp MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
viewportelement-binding.h MRI-Binding: Optimize RB_ARG_END vaarg guard 2013-12-20 11:29:12 +01:00
window-binding.cpp MRI-Binding: Reduce number of object allocations 2013-10-30 10:06:24 +01:00