[flagged]
Pretty sure v8 gets a few orders of magnitude more attention and development resources than jvm and graal.
By the way does V8 already handle TB sized heaps with 1ms pause?
Or is able to scale down into embedded devices with hundred KB, while respecting real time constraints?
Or able to have an implementation in JS itself?
Or does V8 cache JIT code across sessions and improves it via additional PGO data gathered across the sessions history?
I am not speaking of the same implementation here, rather a taste of what is out there on the Java world.