On Tuesday, 8 December 2015 at 08:39:26 UTC, Jean-Yves Vion-Dury
wrote:
On Monday, 7 December 2015 at 17:32:05 UTC, Márcio Martins
wrote:
On Monday, 7 December 2015 at 17:06:48 UTC, Jean-Yves
Vion-Dury wrote:
On Wednesday, 4 November 2015 at 15:25:04 UTC, Márcio Martins
wrote:
[...]
FYI, I just installed the 2.069 version, and now I'm unable
to compile some modules, getting the same "Error: out of
memory". I isolated a tiny one raising the issue, and its all
about a moderately complex ctRegex expression (see below)
that seems to brake the compiler. Other modules also raise
the problem, but they are bigger in term of code lines.
[...]
Windows?
Yes indeed, Windows... is it a problem (the previous version
was fine with my environment)?
I guess the issue is that the Windows DMD binary is 32-bit and
supports addressing only 2GB (or 4GB if it's Large Address Space
aware), whereas on other OSs it's 64-bit by default and doesn't
have this limitation.
Maybe if you need to keep using Windows your best option is to
build a 64-bit DMD yourself. I think the easiest way to do this
on Windows is to use Digger: https://github.com/cybershadow/Digger
- ... Jack Stouffer via Digitalmars-d-announce
- ... Daniel Murphy via Digitalmars-d-announce
- Re: Re... Sebastiaan Koppe via Digitalmars-d-announce
- R... Dicebot via Digitalmars-d-announce
- ... Sebastiaan Koppe via Digitalmars-d-announce
- ... Bastiaan Veelo via Digitalmars-d-announce
- ... Sebastiaan Koppe via Digitalmars-d-announce
- Re: Release D 2.06... Jean-Yves Vion-Dury via Digitalmars-d-announce
- Re: Release D ... Márcio Martins via Digitalmars-d-announce
- Re: Releas... Jean-Yves Vion-Dury via Digitalmars-d-announce
- Re: Re... ZombineDev via Digitalmars-d-announce
- Re: Re... Márcio Martins via Digitalmars-d-announce
- R... deadalnix via Digitalmars-d-announce
- ... Chris Wright via Digitalmars-d-announce
- Re: Release D 2.069.0 Dicebot via Digitalmars-d-announce
- Re: Release D 2.069.0 Joseph Rushton Wakeling via Digitalmars-d-announce
- Re: Release D 2.069.0 ric maicle via Digitalmars-d-announce
- Re: Release D 2.069.0 Andrei Alexandrescu via Digitalmars-d-announce
-