On Sat, Jun 11, 2011 at 11:19 PM, David Barbour <dmbarb...@gmail.com> wrote:
> On Sat, Jun 11, 2011 at 6:33 PM, C. Scott Ananian <csc...@laptop.org> wrote:
>> the majority of papers in academic compiler conferences (say, PLDI)
>> suddenly shifted away from purely static compilation.
>
> True, if you use a dynamic compiler you can do quite a few more
> optimizations. I guess I'm used to the embedded world, where static
> compilation is still king.

Even if you're doing pure static analysis, you should be doing
open/closed class analysis and specializing/inlining any class which
has no subclasses in the compilation.
 --scott

-- 
      ( http://cscott.net )

_______________________________________________
fonc mailing list
fonc@vpri.org
http://vpri.org/mailman/listinfo/fonc

Reply via email to