Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use StringBuilder instead of String concat for startup code
Unfortunately the JDK's indyfied String concatenation has a slight performance penalty at startup, so for code we know will always be run at startup, let's not pay that unnecessary price. With this change we force javac to use the StringBuilder strategy
- Loading branch information