www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14208] New: Use a single signal number for GC thread suspend

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

          Issue ID: 14208
           Summary: Use a single signal number for GC thread suspend and
                    resume
           Product: D
           Version: unspecified
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: code dawg.eu

I've seen that in some other GC implementation (V8?) and it should be possible
for us as well. Saves on signal number and reduces chances for collision.

--
Feb 20 2015