[Issue 4440] [patch] Inlining delegate literals

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 22 19:48:58 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=4440

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #11 from Walter Bright <bugzilla at digitalmars.com> ---
You're right, Brad. Fixing this involves doing constant propagation in the
front end. It's possible to do it, as constant propagation is the easiest of
the data flow optimizations to do.

--


More information about the Digitalmars-d-bugs mailing list