Consistent bugs with dmd -O -inline in a large project

ketmar via Digitalmars-d digitalmars-d at puremagic.com
Thu Oct 16 15:01:27 PDT 2014


On Thu, 16 Oct 2014 21:53:40 +0000
Chris via Digitalmars-d <digitalmars-d at puremagic.com> wrote:

> I had planned to use GDC/LDC too, but GDC is 2.064
GDC is 2.065.

> Andrei mentioned that DMD built programs are 
> only around 10% slower than GDC/LDC builds
it depends of the task. my voxel renderer runs with miserable 15 FPS
with dmd -O -inline, yet with much more appropriate 40 FPS with
gdc -O2.

but it's a specific task, many other software can work with reasonable
speed.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20141017/094327f5/attachment.sig>


More information about the Digitalmars-d mailing list