digitalmars.D - What about x64 windows?
- Davita (4/4) Apr 11 2012 Hi guys.
- "Aleksandar =?UTF-8?B?UnXFvmnEjWnEhyI=?= <aleksandar ruzicic.info> (6/10) Apr 11 2012 As far as I know, optlink (linker used by dmd on windows) cannot
- Trass3r (4/5) Apr 11 2012 No.
- Davita (4/9) Apr 11 2012 Is there any roadmap/timeline when we should wait for x64? Is the
- Trass3r (2/7) Apr 11 2012 No.
- Dmitry Olshansky (5/9) Apr 11 2012 Given that there is x64 MinGW version of gdc that shouldn't be a problem...
- Kagamin (2/6) Apr 11 2012 https://bitbucket.org/goshawk/gdc/downloads
- Mirko Pilger (2/3) Apr 11 2012 you are going to need this, too:
- eles (3/10) Apr 13 2012 That link is outdated. New repository for GDC is:
- Kagamin (2/13) Apr 17 2012 Repository - yes, binaries - no.
- Kai Nacke (6/10) Apr 11 2012 You can compile and run LDC2 on Windows x64. The major problem is
- Kagamin (2/7) Apr 13 2012 Does it support at least DWARF exceptions?
- Don Clugston (5/9) Apr 12 2012 It is a known blocker issue.
Hi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? Thanks
Apr 11 2012
On Wednesday, 11 April 2012 at 12:45:08 UTC, Davita wrote:Hi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? ThanksAs far as I know, optlink (linker used by dmd on windows) cannot output 64bit binaries, so until optlink gets upgraded (or until dmd switches to another linker, which I think all of us windows devs would really like to see) there will be no support for 64bit D applications on windows..
Apr 11 2012
Is there a going development on x64 compiler for windows?No. object file format, librarian, linker, etc. are from the stone age and don't support x64. Will take time.
Apr 11 2012
On Wednesday, 11 April 2012 at 13:10:05 UTC, Trass3r wrote:Is there any roadmap/timeline when we should wait for x64? Is the work started about it at all? ThanksIs there a going development on x64 compiler for windows?No. object file format, librarian, linker, etc. are from the stone age and don't support x64. Will take time.
Apr 11 2012
No. I totally forgot that you can use gdc though.object file format, librarian, linker, etc. are from the stone age and don't support x64. Will take time.Is there any roadmap/timeline when we should wait for x64? Is the work started about it at all?
Apr 11 2012
On 11.04.2012 16:45, Davita wrote:Hi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? ThanksGiven that there is x64 MinGW version of gdc that shouldn't be a problem? (GDC is usually around one release behind though) -- Dmitry Olshansky
Apr 11 2012
On Wednesday, 11 April 2012 at 12:45:08 UTC, Davita wrote:Hi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? Thankshttps://bitbucket.org/goshawk/gdc/downloads
Apr 11 2012
https://bitbucket.org/goshawk/gdc/downloadsyou are going to need this, too: http://tdm-gcc.tdragon.net/
Apr 11 2012
On Wednesday, 11 April 2012 at 14:14:33 UTC, Kagamin wrote:On Wednesday, 11 April 2012 at 12:45:08 UTC, Davita wrote:That link is outdated. New repository for GDC is: https://github.com/D-Programming-GDC/GDCHi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? Thankshttps://bitbucket.org/goshawk/gdc/downloads
Apr 13 2012
On Friday, 13 April 2012 at 20:18:24 UTC, eles wrote:On Wednesday, 11 April 2012 at 14:14:33 UTC, Kagamin wrote:Repository - yes, binaries - no.On Wednesday, 11 April 2012 at 12:45:08 UTC, Davita wrote:That link is outdated. New repository for GDC is: https://github.com/D-Programming-GDC/GDCHi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? Thankshttps://bitbucket.org/goshawk/gdc/downloads
Apr 17 2012
On 11.04.2012 14:45, Davita wrote:Hi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? ThanksYou can compile and run LDC2 on Windows x64. The major problem is missing support for SEH64 exception handling in the used LLVM compiler framework. https://github.com/ldc-developers/ldc Kai
Apr 11 2012
On Wednesday, 11 April 2012 at 16:18:21 UTC, Kai Nacke wrote:You can compile and run LDC2 on Windows x64. The major problem is missing support for SEH64 exception handling in the used LLVM compiler framework. https://github.com/ldc-developers/ldc KaiDoes it support at least DWARF exceptions?
Apr 13 2012
On 11/04/12 14:45, Davita wrote:Hi guys. Is there a going development on x64 compiler for windows? Or D won't support x64 at all? ThanksIt is a known blocker issue. Nothing has been announced, but it will definitely happen. It is surely far less work than adding 64-bit code generation to an ancient 32-bit back-end (which took Walter less than one year).
Apr 12 2012