[X3D-Ecosystem] Benchmarking JIT versus AOT CommandLine (X3DJSAIL)
John Carlson
yottzumm at gmail.com
Wed Jul 30 06:37:45 PDT 2025
Here's a simple bash script if you want to run CommandLines.java to
achieve significant speed up (like 3x) compared to Java JIT compiling
multiple times.
find ../data -name '*.x3d' | grep -v new | xargs java -cp
"../java;../../../X3DJSAIL.4.0.full.jar" net.coderextreme.CommandLines
This says find all files in the ../data folder ending in .x3d, except for
the ones named *new* the pass those to the Java command which looks for
CommandLines.class in ../java and X3DJSAIL in
../../../X3DJSAIL.4.0.full.jar.
There are slight modifications for Linux.
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20250730/8e8c133f/attachment.html>
More information about the X3D-Ecosystem
mailing list