https://d.puremagic.com/issues/show_bug.cgi?id=5212
--- Comment #15 from Martin Nowak <[email protected]> 2013-12-01 11:20:47 PST --- Yes, they should be made scope. The specs already say something similar. > An implementation may construct the object or array instance on the stack. > Therefore, it is an error to refer to that instance after the variadic > function has returned > But even if this will work, currently scope is not well implemented. Yes, we're missing escape analysis but that's no argument for implicit heap copies. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
