nmondal / cowj

[C]onfiguration [O]nly [Web] on [J]VM
Apache License 2.0
15 stars 11 forks source link

Benefit of GRAAL VM integration #111

Open nmondal opened 1 month ago

nmondal commented 1 month ago

Theoretical, mostly.

Current situation with GRAAL, native-image does not run properly. Rhino is an order of magnitude faster than Graal's JS implementation.

https://github.com/oracle/graaljs/issues/836

nmondal commented 1 month ago

It is also evident that graal is slow, at least by 12% for our use case.

nmondal commented 1 month ago

More update: https://github.com/mozilla/rhino/issues/1555