www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 11418] New: bit test pattern not inlined core.bitop.bt useless

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 puremagic.com
        ReportedBy: code dawg.eu



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: -------
Nov 01 2013