[Mono-devel-list] Performance issues with security permissions

Massimiliano Mantione massi at ximian.com
Tue Jan 25 15:28:24 EST 2005


On Tue, 2005-01-25 at 20:44, Willibald Krenn wrote:
> Dunno what others think about Escape Analysis, but if I've got enough 
> time, I'll go for it. (Depends on when Paolo has the new JIT code for 
> re-compileable methods ready. As I do not want to duplicate his efforts 
> in this area, he kinda disposes of my schedule..)

A couple of things...

1st, I like the idea of Escape Analysis a lot.
Even without having seen any paper about it, this is an obvious
optimization... it's true that a generational GC would help as
well, but this is a more "direct" approach to the problem (in any
case complementary to a generational GC).
In any case it's something I'd like to see, if nobody implements
it eventually (after the more urgent things that I should do) I
would do it myself.

But (2nd) I cannot see how Paolo is blocking you.
It is probably true that Escape Analysis is expensive, so it
makes sense only with profile guided optimizations, but this is
not a good reason not to code it now, knowing that sooner or
later we *will* have that... and moreover, couldn't it be used
with AOT anyway?

Ciao,
  Massi





More information about the Mono-devel-list mailing list