Thread overview
LDC and DWT?
Jan 05, 2009
John Reimer
Jan 05, 2009
Jacob Carlborg
Jan 06, 2009
John Reimer
Jan 06, 2009
Jacob Carlborg
January 05, 2009
Has anybody tried this yet?  

I assume Linux would be the first (and only?) platform to test this on since ldc on windows isn't operational. 

I'm hoping to investigate this a little more as soon as I figure out how to get ldc working. 

-JJR


January 05, 2009
John Reimer Wrote:

> Has anybody tried this yet?
> 
> I assume Linux would be the first (and only?) platform to test this on since ldc on windows isn't operational.
> 
> I'm hoping to investigate this a little more as soon as I figure out how to get ldc working.
> 
> -JJR
> 
> 

Yes I've tried that on mac os x. Hit an assert in ldc. I think it was http://www.dsource.org/projects/ldc/browser/gen/llvmhelpers.cpp line 267

/Jacob
January 06, 2009
Hello Jacob,

> John Reimer Wrote:
> 
>> Has anybody tried this yet?
>> 
>> I assume Linux would be the first (and only?) platform to test this
>> on since ldc on windows isn't operational.
>> 
>> I'm hoping to investigate this a little more as soon as I figure out
>> how to get ldc working.
>> 
>> -JJR
>> 
> Yes I've tried that on mac os x. Hit an assert in ldc. I think it was
> http://www.dsource.org/projects/ldc/browser/gen/llvmhelpers.cpp line
> 267
> 
> /Jacob
> 


Oh, good to know.  Looks like there is still a fair bit of work to be done on it.  Building ldc fails on "make runtime" for me (x86-32 Linux), so it's a no-go until I can figure out what's wrong.

BTW, is that Mac OS X on intel x86-32?

-JJR


January 06, 2009
John Reimer Wrote:

> Hello Jacob,
> 
> > John Reimer Wrote:
> > 
> >> Has anybody tried this yet?
> >> 
> >> I assume Linux would be the first (and only?) platform to test this on since ldc on windows isn't operational.
> >> 
> >> I'm hoping to investigate this a little more as soon as I figure out how to get ldc working.
> >> 
> >> -JJR
> >> 
> > Yes I've tried that on mac os x. Hit an assert in ldc. I think it was http://www.dsource.org/projects/ldc/browser/gen/llvmhelpers.cpp line 267
> > 
> > /Jacob
> > 
> 
> 
> Oh, good to know.  Looks like there is still a fair bit of work to be done on it.  Building ldc fails on "make runtime" for me (x86-32 Linux), so it's a no-go until I can figure out what's wrong.
> 
> BTW, is that Mac OS X on intel x86-32?
> 
> -JJR
> 
> 

Yes it's Mac OS X on x86-32, I haven't figured out how to cross-compile ldc/llvm or build tango as a 4-way (x86 32 and 64bit, ppc 32 and 64bit) universal binary

/Jacob