[Issue 11418] New: bit test pattern not inlined core.bitop.bt useless
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 1 21:13:41 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11418
Summary: bit test pattern not inlined core.bitop.bt useless
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: code at dawg.eu
--- Comment #0 from Martin Nowak <code at dawg.eu> 2013-11-01 21:13:40 PDT ---
The core.bitop.bt function is no longer an intrinsic.
Instead it's a function whose body the optimizer recognizes as bitop function.
That would be OK iff the function was always inlined.
The problem is, the function is never inlined due to Issue 10985.
This forces me write copy the pattern verbatim into my code.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list