www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 16293] New: hashOf should be nogc when it can be

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

          Issue ID: 16293
           Summary: hashOf should be  nogc when it can be
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: joeyemmons yahoo.com

What the title says, hashOf should be  nogc when it can be. 

In most cases it can be but bytesHash is not marked as  nogc even though I am
pretty sure it could be, meaning all the versions of hashOf that depend on it
can't be marked either.

--
Jul 18 2016