-
Notifications
You must be signed in to change notification settings - Fork 109
remove reusing argument on stack #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove reusing argument on stack #41
Conversation
- separate JIT logic and others (switch/case, etc)
remove reusing argument on stack
BTW, for OSX the JIT is disabled because the ABI requires 4 or 8 words alignement |
Thanks! 4 words(16bytes) alignment!? ...wow:open_mouth: |
We could make a debug mode that check Esp % 16 before calling any C function if that works for you |
Ah, feel like I can do it. but I can't promise :) Before that, can I PullRequest few small change?
I start reading this. hmmm... |
Sure |
The error was reported at HaxeFoundation/haxelib#152 and was fixed by HaxeFoundation/neko#41 in HaxeFoundation/neko@ccc78c2, the latter being fetchpatch'ed by us now. This has caused the hxcpp build to fail on i686-linux with an "Invalid array access" error. Signed-off-by: aszlig <[email protected]>
The error was reported at HaxeFoundation/haxelib#152 and was fixed by HaxeFoundation/neko#41 in HaxeFoundation/neko@ccc78c2, the latter being fetchpatch'ed by us now. This has caused the hxcpp build to fail on i686-linux with an "Invalid array access" error. Signed-off-by: aszlig <[email protected]> (cherry picked from commit 2cc8680)
The error was reported at HaxeFoundation/haxelib#152 and was fixed by HaxeFoundation/neko#41 in HaxeFoundation/neko@ccc78c2, the latter being fetchpatch'ed by us now. This has caused the hxcpp build to fail on i686-linux with an "Invalid array access" error. Signed-off-by: aszlig <[email protected]> (cherry picked from commit 2cc8680)
#39 .
only tested on linux. so this needs test on OSX and Windows.