Review request for JDK-8025435
Aleksey Shipilev
aleksey.shipilev at oracle.com
Mon Sep 22 21:26:29 UTC 2014
Hi Thomas,
On 09/22/2014 10:25 PM, Thomas Wuerthinger wrote:
> I was wondering about your comments on
> "test/examples/push-pop-benchmark.js” - already thinking about jsmh
> ;) ?
A horrible programming language deserves horrible benchmarks.
JMH supports statically compiled languages already, since we can operate
on bytecode. Dynamically compiled languages are supported with the help
of javax.script.* APIs.
It would take a while before we reach the state where we put back
JMH-based benchmarks in OpenJDK. Although, since Nashorn pulls lots of
externals already, it might be easier for Nashorn in isolation.
Thanks,
-Aleksey.
More information about the nashorn-dev
mailing list