tarides / hackocaml

OCaml hacking ideas, small and large.
MIT License
18 stars 1 forks source link

Compile OCaml with Fil-C #27

Open kayceesrk opened 4 months ago

kayceesrk commented 4 months ago

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.

SaiVK commented 4 months ago

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.

kayceesrk commented 4 months ago

Thanks Sai. I've assigned this to you. Please keep this thread active with any developments.