|
Administrator
|
Thanks for the heads up Harvey.
Out of my head, I am not aware that we try to mutate immutables, systematically.
For the next release I shall add a test run w/ the OpenJDK 26 of course, good call.
JogAmp uses 'static final' fields with same objectives, i.e. allowing the compiler
to modify and optimize code (similar to virtual interface functions),
removing lookups and branches.
|