[Issue 10523] Don't call array op functions for short vector ops

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Aug 19 16:13:36 PDT 2017


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

--- Comment #1 from github-bugzilla at puremagic.com ---
Commit pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/80513b41f815b4cc77fa279f63ea0feaad358041
convert array ops to library calls

- capture expression tree as reverse polish notation
- pass scalar subtrees as single argument
- fixes Issue 10523 - don't call array op functions for short vector ops

--


More information about the Digitalmars-d-bugs mailing list