dibyendumajumdar / ravi

Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
http://ravilang.github.io/
Other
1.16k stars 60 forks source link

Outdated JIT information #247

Closed jserv closed 1 year ago

jserv commented 2 years ago

Documentation Ravi Performance Benchmarks and Ravi JIT Compilation Status are considered as outdated since Ravi switches to MIR as the base of JIT compilation rather than LLVM. The pages should be revised for latest JIT performance comparisons.

dibyendumajumdar commented 2 years ago

Thank you , yes those pages need an update

On Mon, 1 Aug 2022 at 09:20, Jim Huang @.***> wrote:

Documentation Ravi Performance Benchmarks https://github.com/dibyendumajumdar/ravi/blob/master/readthedocs/ravi-benchmarks.rst and Ravi JIT Compilation Status https://github.com/dibyendumajumdar/ravi/blob/master/readthedocs/ravi-jit-status.rst are considered as outdated since Ravi switches to MIR as the base of JIT compilation rather than LLVM. The pages should be revised for latest JIT performance comparisons.

— Reply to this email directly, view it on GitHub https://github.com/dibyendumajumdar/ravi/issues/247, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAL2BTTOSKYKOC7CIDL54ILVW6CGPANCNFSM55GUWEFA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

dibyendumajumdar commented 1 year ago

those docs are deleted.