[X3D-Ecosystem] Benchmarking JIT versus AOT CommandLine (X3DJSAIL)
John Carlson
yottzumm at gmail.com
Mon Jul 28 07:37:17 PDT 2025
validating with AOT:
real 11m5.036s
user 0m3.252s
sys 0m3.440s
validating with JIT
real 8m19.679s
user 0m2.739s
sys 0m3.602s
It looks like JIT is quite a bit faster, but enabling -march=native, I
get:
real 9m40.509s
user 0m2.425s
sys 0m3.589s
Maybe it's a toss up?
I wonder what optimizations could be done with AOT?
Hmm!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-ecosystem_web3d.org/attachments/20250728/33c79d38/attachment-0001.html>
More information about the X3D-Ecosystem
mailing list