Anyone out there making more progress on this than I am? My efforts at JIT so far amount to splicing together snippets of raw machine code and using computed gotos to run things. It usually ends up with a segfault. What's the basic way to have JIT in a C environment? Machine code surgery isn't very forthcoming eyt.