Replies: 1 comment 2 replies
-
There are many leaks and the WAM code generation needs some refinement, see #1269 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello scryer community,
I am still familiarizing myself with the codebase and current ongoing developments. What is the story on ahead of time / just in time compilation (phase 3)?
Is the WAM implementation mostly stable enough to start toying around with this idea?
A possible first step into AOT compilation into binaries would be defining a WAM -> custom Intermediate Representation that can then be transformed to some other IR (for example LLVM's) to generate native code.
Beta Was this translation helpful? Give feedback.
All reactions