| Blog | https://cl4es.github.io |
| GitHub | https://github.com/cl4es |
| Blog | https://cl4es.github.io |
| GitHub | https://github.com/cl4es |
Currently reading up on C1 code to see if it'd be easy enough to optimize array.clone() to be on par with new array + System.arraycopy
https://bugs.openjdk.org/browse/JDK-8302850
Might help with warmup - but also users who disable C2 for whatever reason. Also nice to tune out, focus and maybe learn a thing or two on the way...
"Unfortunately, you can't change the screen position of the Notification Center Alerts and Banners."
OK everyone please stop putting things in the upper right corner on your web pages then ๐คทโโ๏ธ
https://apple.stackexchange.com/questions/71989/change-location-of-macos-notification-center-alerts
https://xkcd.com/927/We've been lining up some really nice performance improvements in the OpenJDK recently.
One of my favorites in the last few months is https://bugs.openjdk.org/browse/JDK-8297933 by Roland Westrelin (Red Hat). This has been seen to improve scores on entire benchmarks by double digits or even integer factors. Seems to be in a reasonably good state since 21 EA build 5.
We can improve various String methods such as startsWith, endsWith and regionMatches by leveraging the intrinsified mismatch methods in ArraysSupport. Progress Change must be properly reviewed ...
