On Sat, Jun 11, 2011 at 11:19 PM, David Barbour <[email protected]> wrote: > On Sat, Jun 11, 2011 at 6:33 PM, C. Scott Ananian <[email protected]> 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 [email protected] http://vpri.org/mailman/listinfo/fonc
