19 Mar
2011
19 Mar
'11
01:27
The code fails on "calling FFI with rawCallTachyonFFI". I see 2 possibilities from here: 1. The pointer value for making the call is wrong
You should look into that. The function pointer points inside the machine code block.
2. 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