phoenix

Can you use the Phoenix compiler as a more powerful NGEN?

In case you don't know of Phoenix, it's a compiler framework from Microsoft that's apparantly going to be the foundation of all their new compilers. It can read in code from CIL, x86, x64, and IA64; and emit code in x86, x64, IA64, or CIL. Can I use it to transform a pure .Net app into a pure native app? By which I mean, it will not hav...

Should Qt target the HyperSpace?

As you may already know, Phoenix is developing an alternative computing environment based on top of its BIOS, called HyperSpace. According to its designers it should run "a collection of commonly-used browser-enabled applications designed to make the Internet browsing experience simple, fast and secure". Although Phoenix has declared in...

Can the new phoenix code analysis engine in vs2010 analyze source level or catch preprocessor calls?

I'm hoping there is someway built into VS2010 to have custom rules involving preprocessor usage, and source-level style/member ordering. Does it do source level, or catch preprocessor calls? ...