Author here. This post is a little outdated regarding the calling convention; now we pass in arguments to Scheme procedures via an array of arguments (the C varargs ABI turned out to be a little fiddly on some platforms; our new style of argument passing is 100% portable and, as it turns out, not slower).
If there are any questions I’d be happy to answer them.
Author here. This post is a little outdated regarding the calling convention; now we pass in arguments to Scheme procedures via an array of arguments (the C varargs ABI turned out to be a little fiddly on some platforms; our new style of argument passing is 100% portable and, as it turns out, not slower).
If there are any questions I’d be happy to answer them.