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
See https://github.com/pizlonator/llvm-project-deluge/blob/deluge/Manifesto.md. It would be interesting to measure the performance hit. There is 200x performance hit compared to C programs here. Given that OCaml itself gets memory safety thanks to type safety, the performance penalty may be much lower than 200x.
The text was updated successfully, but these errors were encountered:
The topic really sounds interesting. I would really like to work on this. I will first hack my way into the OCaml bytecode runtime and see how it goes.
See https://github.com/pizlonator/llvm-project-deluge/blob/deluge/Manifesto.md. It would be interesting to measure the performance hit. There is 200x performance hit compared to C programs here. Given that OCaml itself gets memory safety thanks to type safety, the performance penalty may be much lower than 200x.
The text was updated successfully, but these errors were encountered: