On Sun, 28 Oct 2018 09:31:30 -0500, you wrote: >To clarify, think of the performance improvements in the GC in Go from 1.1 to >1.11. Amazing. But you only get these via recompiling which is a barrier. Many >java installations frequently get performance improvements with no code >changes or recompilation. This is why I’ve been investigating packaging Go >binaries with dynamic linkage to the runtime and stdlib.
That's a bit misleading - those peformance improvements do come from recompilation it's just that you don't see it (other than a slow first start) given that each new JVM will recompile the bytecode. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.