The code fails on "calling FFI with rawCallTachyonFFI". I see 2 possibilities from here:
- The pointer value for making the call is wrong
You should look into that. The function pointer points inside the machine code block.
- The generated code for callTachyonFFI is wrong
I tested this on its own in a unit test. It seems to work properly.
Maxime, could you take a look at this? The code used to test is now on the master branch and I am bootstrapping in 32 bits.
I will try a make bootstrap tomorrow if I have time.
- Maxime