You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An enhancement to DMD's frontend was submitted at https://github.com/dlang/dmd/pull/2146 for smaller types' init to elicit better code gen in the backend.
The argument for the code change in the frontend was one of expediency rather than due diligence.
Some participants in the discussion suggested that such an optimization should be done in the backend. GDC already optimizes such code in its backend demonstrating feasibility and establishing precedent.
See https://github.com/dlang/dmd/pull/2146 for context
The text was updated successfully, but these errors were encountered:
Mike Franklin reported this on 2017-11-25T01:46:23Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=18009
Description
The text was updated successfully, but these errors were encountered: