Files
wren/test/api
Bob Nystrom e0ac88c22a Revamp wrenCall to work with slots.
Now, you call wrenEnsureSlots() and then wrenSetSlot___() to set up the
receiver and arguments before the call. Then wrenCall() is passed a
handle to the stub function that makes the call. After that, you can
get the result using wrenGetSlot___().

This is a little more verbose to use, but it's more flexible, simpler,
and much faster in the VM. The call benchmark is 185% of the previous
speed.
2015-12-29 07:58:47 -08:00
..
2015-12-29 07:58:47 -08:00
2015-09-29 19:29:10 -07:00
2015-12-29 07:58:47 -08:00
2015-12-16 13:00:13 -08:00
2015-12-16 13:00:13 -08:00