On Wed, Jun 17, 2009 at 1:16 PM, Ray Cromwell <cromwell...@gmail.com> wrote:

> One of the things that interested me about the potential of building a
> limited whole-program CFG was the ability to aggressively (and correctly)
> prune clinits. Now, if the eager clinit hoisting is acceptable, than this
> would be overkill, but if not, then the way to do it is to compute the
> immediate dominator hierarchy for each block.
>

I have to think that we should do eager clinit hoisting as a first step and
focus on just intraprocedural at first. We can always get better from there.
(I will argue in some future thread that up-front clinits is actually the
model Java ought to use anyway.)

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to