You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.
Let's face it: zepto is slooooooow. We should fix the performance as fast as possible. There are quite a few ideas I have been pondering lately:
Rewriting the VM to a register-based byte code machine. That's relatively low-hanging fruit.
Restart working on the nanopass compiler. That will likely take a lot of time and resources.
Both of these are valid options. Eventually, probably both will be implemented. For now, this issue exists to keep track of the progress in making zepto perform.
The text was updated successfully, but these errors were encountered:
It might be of interest for this ticket that the Haskell package llvm-general does not currently support recent versions of LLVM or GHC (see this issue). This can be resolved, but I think it is best to wait for them to publish a fix to Hackage before writing the zepto bindings around LLVM for the nanopass compiler.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Let's face it: zepto is slooooooow. We should fix the performance as fast as possible. There are quite a few ideas I have been pondering lately:
Both of these are valid options. Eventually, probably both will be implemented. For now, this issue exists to keep track of the progress in making zepto perform.
The text was updated successfully, but these errors were encountered: