FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

64 bit

 
Post new topic   Reply to topic     Forum Index -> General
View previous topic :: View next topic  
Author Message
volcore



Joined: 22 Jan 2007
Posts: 19

PostPosted: Thu Feb 15, 2007 6:24 am    Post subject: 64 bit Reply with quote

Hi,
I'd like to know if there is any information about if and when 64bit versions of dmd and gdc become available and who is working on it.

Also it would be interesting to learn how portable current code is. I can foresee some problems, eg most of the C interface code is using int with a fixed size in D of 32 bits, but on some platforms (eg. ILP64) it has a size of 64 bits.

My motivation is that I'd really love to use D at our office, but we have some 64 bit machines on which the code has to compile and run as well.

Cheers,
Volker
Back to top
View user's profile Send private message
sean



Joined: 24 Jun 2004
Posts: 609
Location: Bay Area, CA

PostPosted: Thu Feb 15, 2007 11:15 am    Post subject: Reply with quote

GDC seems to be making progress, but DMD may take a while. int sizes shouldn't matter because sizes are fixed in D. Or do you mean simply the C headers represented in C (std.c)? In that case, as far as I know int is 32 bits regardless and only long changes based on platform. The Tango C interface code takes this into account.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> General All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group