Incremental rewrite of Blur (JIT compile) #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to replace the toolchain for the stencil generation for the Blur backend JIT compiler.
As of now we use name hacks to determine code length. This is not portable, and breaks completely on Mac.
Instead, I am looking at using a linker-style solution as done in the Copy and Patch paper, and use llvm cc for compilation. Further, we could do cross platform testing with Qemu, to test on Mac (Aarch64).