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

--- Comment #1 from Kenji Hara <[email protected]> ---
> /* Rewrite:
>  *   new S(arguments)
>  * as:
>  *   (((S* __newsl = new S()), (*__newsl = S(arguments))), __newsl)
>  */

One easy way is to move the rewriting to glue layer (in old days I couldn't do
it).

--

Reply via email to