I'm completely unclear on what point you are trying to make here.
The parent was about what LLVM can and can't do.
I pointed out it does all the things the parent says it can't, and was made to do those things relatively quickly.
I gave a link showing it gives 5-250% better code than hotspot while doing so.
I'm not sure what relevance the existing execution platform would have to any of that.
As far as I can tell, it has "none".
Among other reasons, what the last tier compiler does has to be better than the other tiers, or it's a pointless waste of time. It's not like it can generate worse code and you can get away with it.
It also was not built in a way that requires their jvm execution platform, or anything like that.
You could take it and hook it into another JVM if you wanted, in roughly the same time frame.
The only difference is that instead of pretending it's hard or impossible, they just did the hard work to do it.
If the point you are trying to make is that you can't use it as a first tier or second tier jit, and that it would never work without some magical existing jvm technology, this would also be wrong.
"and have been building JVM execution environments for over a decade, you mean"
The folks involved had not.
Really.
I feel like you are just going off on a random tangent without a lot of data here, just because you don't want to say "yeah, i guess the parent was wrong".
I could also point out that LLVM is just about as old as Hotspot, for example (1999 vs 2000), and both are a decade older than Azul's compilers (2010).
> I feel like you are just going off on a random tangent without a lot of data here, just because you don't want to say "yeah, i guess the parent was wrong".
Okay, but, uh... having never been involved in the conversation until that point, I could have just... not said anything about the parent? It just sounded like you were trivializing something which likely wasn't an easy thing to do.
(Azul made all of this work to make it their last tier java compiler).
It didn't take that many people or that long. So yeah.
(Though in compilers, hard work on existing thing beats shiny shiny almost all of the time)