[Bug 122] Fails to compile std.parallelism.reduce

via D.gnu d.gnu at puremagic.com
Sat Jun 14 02:23:05 PDT 2014


http://bugzilla.gdcproject.org/show_bug.cgi?id=122

--- Comment #6 from Iain Buclaw <ibuclaw at gdcproject.org> ---
Technical notes (so I don't forget when I look at this):

AssignExp::toElem
- e1->op == TOKslice
- this->ismemset == true

There is no shortcut for calling BUILT_IN_MEMSET here, so the initialisation is
handed down to IRState::doArraySet, which needlessly attempts to generate each
individual initialiser.

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/d.gnu/attachments/20140614/331ed736/attachment.html>


More information about the D.gnu mailing list