Interested in Sitecore?

Apply for our Mentorship Program by emailing your resume to chris.williams@techguilds.com. Check out our ASP.NET QuickStart and C# QuckStart Libraries. Below is my latest articles.

Tuesday, April 22, 2008

What is Pheonix?

I have noticed people searching for Phoenix.

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: