<div dir="ltr"><div dir="ltr">New results.  I've combined all the validation code into one process.  I do have less control, but I can still control which files get processed.<div><br></div><div>Only one process, JIT (well, find and xargs, that's not different)</div><div><br></div><div>real    3m2.537s<br>user    0m0.061s<br>sys     0m0.108s</div><div><br></div><div>This is quite an excellent result.  I hope that Don takes notice and starts using <apply> in ant to speed up his code.  I am attaching code to run validation (getting to -schematron).</div><div><br></div><div>One process, AOT compilation:</div><div><br></div><div>real    10m3.645s<br>user    0m1.044s<br>sys     0m1.457s</div><div><br></div><div><br></div><div>JIT appears to have a clear advantage for now.  I guess I won't look any more into AOT.</div><div><br></div><div>John</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jul 28, 2025 at 9:37 AM John Carlson <<a href="mailto:yottzumm@gmail.com" target="_blank">yottzumm@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">validating with AOT:<div><br></div><div>real    11m5.036s<br>user    0m3.252s<br>sys     0m3.440s</div><div><br></div><div>validating with JIT</div><div><br></div>real    8m19.679s<br>user    0m2.739s<br><div>sys     0m3.602s</div><div><br></div><div>It looks like JIT is quite a bit faster, but enabling   -march=native, I get:</div><div><br></div><div>real    9m40.509s<br>user    0m2.425s<br>sys     0m3.589s</div><div><br></div><div>Maybe it's a toss up?</div><div><br></div><div>I wonder what optimizations could be done with AOT?</div><div><br></div><div>Hmm!</div></div>
</div>
</blockquote></div>
</div>