19 Nov
2015
19 Nov
'15
12:05 a.m.
Nelson, Erik - 2 wrote:
If this can be used to (reasonably) easily make runtime JITed functions callable from the running executable it would be very useful.
Yes, it can! There is a testing module defined in the following files that demonstrates how to JIT functions. https://github.com/andyjost/Sprite-3/blob/master/include/sprite/backend/supp... https://github.com/andyjost/Sprite-3/blob/master/src/testing.cpp Some tests that use this module can be found in https://github.com/andyjost/Sprite-3/blob/master/examples/branches.cpp. There is also an example at https://github.com/andyjost/Sprite-3/blob/master/examples/sandbox.cpp.