Tagged Questions
The phoenix tag has no wiki summary.
2
votes
3answers
397 views
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; ...
1
vote
2answers
142 views
replacing a unary functor with a boost::phoenix actor
I have a Visual Studio 2008 C++ application where I would like to replace a unary functor with a boost::phoenix lambda expression.
In my case, I have list of objects with containing a string. I want ...
1
vote
2answers
131 views
Using Boost.Phoenix's operator ->*
I'm playing around with Phoenix v3 trying to figure out whether we should standardize on it instead of the current mix of Bind and Lambda. From the documentation I got the impression that it should be ...
1
vote
2answers
136 views
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?
1
vote
2answers
269 views
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 ...
0
votes
0answers
8 views
Apache James 2.3.2 shuts down after working a few hours
i've got a strange error on my Apache James 2.3.2 installation.
i Used the James Source Code to change the behaviour of the E-Mail Server to a pass through E-Mail Proxy.
Everything works pretty well ...
0
votes
2answers
345 views
I'm unable to compile Phoenix on OSX (10.6.7)
Using python that's installed by default on OSX, I'm trying to run phoenix
https://en.bitcoin.it/wiki/Phoenix_miner
and I'm getting:
python phoenix.py
import itertools, md5
Traceback (most recent ...
0
votes
1answer
94 views
JoGL in Hadoop? Hadoop for graphics?
After reading this and this paper, I decided I want to implement a distributed volume rendering setup for large datasets on MapReduce as my undergraduate thesis work. Is Hadoop a reasonable choice? ...