[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua JIT using IBMs open sourced OMR
- From: David Crayford <dcrayford@...>
- Date: Mon, 23 Oct 2017 14:51:57 +0800
IBM have recently open sourced their J9 JVM which is significantly
faster than hotspot. The JIT compiler, GC etc is implemented using OMR
https://github.com/eclipse/omr.
Interesting! Using this technology somebody should be able to quite
easily implement a cross-platform JIT compiler for Lua that runs on
every device from a mobile phone to a mainframe.