[Issue 6643] Very slow compilation for large switch() using -O and -inline

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Sep 11 06:11:04 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6643



--- Comment #5 from bearophile_hugs at eml.cc 2011-09-11 06:10:47 PDT ---
With a test (removing @property, replacing immutable with const, and removing
the imports) the LDC1 compiler shows normal compilation speeds with every
combination of switches I have tried.
Note: probably LDC1 disables the inlining logic of the D front-end and uses the
LLVM one.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list