Jump to page: 1 2
Thread overview
Phoenix---including M$'s free native backend
May 08, 2007
Manfred Nowak
May 09, 2007
Bill Baxter
May 09, 2007
Dejan Lekic
May 09, 2007
Sean Kelly
May 09, 2007
Bill Baxter
May 09, 2007
Pragma
May 09, 2007
Manfred Nowak
May 09, 2007
Marcio
May 09, 2007
Alix Pexton
May 09, 2007
Manfred Nowak
May 10, 2007
Alix Pexton
May 08, 2007
http://research.microsoft.com/Phoenix/

-manfred
May 09, 2007
Manfred Nowak wrote:
> http://research.microsoft.com/Phoenix/
> 

So is it feasible to hook up DMD's front end to this?  If not what's the problem?

--bb
May 09, 2007
I was wandering the same.
May 09, 2007
Bill Baxter wrote:
> Manfred Nowak wrote:
>> http://research.microsoft.com/Phoenix/
> 
> So is it feasible to hook up DMD's front end to this?  If not what's the problem?

I'm sure it is.  Was going to try it myself, but I haven't had the time.


Sean
May 09, 2007
Bill Baxter wrote

> So is it feasible to hook up DMD's front end to this?  If not what's the problem?

Just wondered that I haven't seen any posting on this.

-manfred
May 09, 2007
Sean Kelly wrote:
> Bill Baxter wrote:
>> Manfred Nowak wrote:
>>> http://research.microsoft.com/Phoenix/
>>
>> So is it feasible to hook up DMD's front end to this?  If not what's the problem?
> 
> I'm sure it is.  Was going to try it myself, but I haven't had the time.
> 
> 
> Sean

This is Microsoft we're talking about though.  What's the catch?
Is it 'free-but-you-have-to-EULA-away-rights-to-your-firstborn' or something?

--bb
May 09, 2007
Manfred Nowak wrote:
> http://research.microsoft.com/Phoenix/
> 
> -manfred

I'm not a liscence expert, but from my reading of the liscence for the RDK, it seems that it is for research only. If I'm understanding it right, that means that a compiler that is build or derived from the materials in the RDK cannot be distributed.

OT: the installation balked on me, without giving a reason :( typical MS!

A...
May 09, 2007
Bill Baxter wrote:
> Manfred Nowak wrote:
>> http://research.microsoft.com/Phoenix/
>>
> 
> So is it feasible to hook up DMD's front end to this?  If not what's the problem?


Related:

http://www.cs.nyu.edu/leunga/www/MLRISC/Doc/html/
http://www.cs.virginia.edu/zephyr/vpo/

marcio
May 09, 2007
Bill Baxter wrote:
> Sean Kelly wrote:
>> Bill Baxter wrote:
>>> Manfred Nowak wrote:
>>>> http://research.microsoft.com/Phoenix/
>>>
>>> So is it feasible to hook up DMD's front end to this?  If not what's the problem?
>>
>> I'm sure it is.  Was going to try it myself, but I haven't had the time.
>>
>>
>> Sean
> 
> This is Microsoft we're talking about though.  What's the catch?
> Is it 'free-but-you-have-to-EULA-away-rights-to-your-firstborn' or something?
> 
> --bb

I was thinking the same thing.  You need to sign up to download the SDK, so I declined to look into it.

-- 
- EricAnderton at yahoo
May 09, 2007
Alix Pexton wrote

> it is for research only.
non commercial academic use

> cannot be distributed.
True for the generated compiler. But I do not see any prohibition of distribution for the executables generated by the generated compiler and no prohibition to use the generated compiler after the license for the compiler generator phoenix expired.

> OT: the installation balked on me, without giving a reason :( typical MS!
RTFM: you need at least the C++ Express edition installed.

-manfred
« First   ‹ Prev
1 2