Phoenix is a framework for building compilers and a wide range of tools for
program analysis, optimization, and testing. Phoenix is designed to support
advanced techniques in compilation and program analysis. It provides a wide
variety of building blocks, implemented around a common intermediate
representation. Phoenix applies equally well to basic block analysis; memory
tracing; code coverage; fault injection; run-time profiling and feedback;
ahead-of-time and just-in-time compilers; and whole-program, post-link, and
runtime optimization.
I did some poking around and found a couple links for you:
http://research.microsoft.com/phoenix/
http://blogs.msdn.com/srisub/archive/2006/10/19/Phoenix-as-an-instruction-tool.aspx
No comments:
Post a Comment