[Issue 5684] Extremely show compile times with large tuples with -O -inline

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 3 00:54:02 PST 2011


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


Don <clugdbug at yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clugdbug at yahoo.com.au


--- Comment #1 from Don <clugdbug at yahoo.com.au> 2011-03-03 00:51:08 PST ---
I think this is basically the same issue as bug 4379. Each optimiser pass can
only remove ONE comma expression -- but the entire expression gets traversed
each time.
So, the optimisation time is O(n^^2) where n = depth of comma expressions.

-- 
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