More on C++ stack arrays

deadalnix deadalnix at gmail.com
Tue Oct 22 10:51:48 PDT 2013


On Tuesday, 22 October 2013 at 15:07:47 UTC, Paulo Pinto wrote:
> Just thinking out loud, I would say it is JVM specific how much 
> the implementors have improved escape analysis.
>

Even better, some does it even when escape analysis isn't proven, 
just noticed at runtime. If it turns out the JVM is wrong, the 
object is moved on head at the escape point.


More information about the Digitalmars-d mailing list