On 5/26/2012 5:06 AM, Alex Rønne Petersen wrote: > On 26-05-2012 14:03, Trass3r wrote: >>> The compiler is able to cope. Have made some updates to the D runtime >>> and Phobos library to weed out any issues relating to such platforms >>> (NaCL is another system which uses 32bit pointers on x86_64 arch), >> >> Should go into upstream druntime shouldn't it? > > No, druntime is compiler-specific. Phobos is a different story.
I've always disagreed with this stance. _parts_ of druntime are specific to the compiler/runtime interface, but MOST of it isn't and shouldn't be compiler specific. The closer the various compilers' runtime's are to the same the better the ecosystem will be, imho. So, I encourage pushing changes upstream. Later, Brad