• let r = E.getAddressOf(f.buffer,true);
    print(`addr aligned 4: ${r % 4}`);
    

    I can now confirm that alignment is the thing that affect all cases. I was just lucky before.

    so

     Somehow code loaded at boot.js stage is more aligned? crazy.
    

    is false and just based on luck.

    Still haven't figured out the size confusion yet though.

About

Avatar for d3nd3-o0 @d3nd3-o0 started