Dmitry N. Petrov
Results
2
issues of
Dmitry N. Petrov
Using `Intrinsics.stringPlus` for string concatenation causes performance regressions in HotSpot. 1. It requires boxing for primitive types. 2. It affects string concatenation optimizations in HotSpot. In fact, it's questionable whether...
Backend
> /r max(3d6, 3d6, 3d6) max(3d6, 3d6, 3d6) = max((2+3+4),(5+4+5),(3+6+3)) = 14 > /r repeat(max(3d6, 3d6, 3d6), 6) Evanesco!