bjorn3 commented on Issue #2403:
It seems that the new x64 backend doesn't have support for position independent code.
cfallin commented on Issue #2403:
It seems that the new x64 backend doesn't have support for position independent code
Please do create an issue! I will look into this at some point as part of the transition-to-new-backend effort.
bjorn3 commented on Issue #2403:
Done: #2417
bjorn3 commented on Issue #2403:
@pchickey I have restored support for non-pic code in SimpleJIT to fix x64. Hot code swapping needs to be disabled in that case though. I have tested it with cg_clif in the non-pic, pic and hotswapping configuration.
pchickey commented on Issue #2403:
Excellent, that is even better. Want to make a follow-up PR dropping the
Simple
fromSimpleJIT
?
bjorn3 commented on Issue #2403:
Sure
Last updated: Nov 22 2024 at 16:03 UTC