www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17305] New: [SPEC] ABI page still has references to D1 Phobos

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

          Issue ID: 17305
           Summary: [SPEC] ABI page still has references to D1 Phobos
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: ibuclaw gdcproject.org

Two Examples:

https://dlang.org/spec/abi.html#garbage_collection
---
Garbage Collection

The interface to this is found in phobos/internal/gc.
---

https://dlang.org/spec/abi.html#runtime_helper_functions
---
Runtime Helper Functions

These are found in phobos/internal.
---

This was certainly true for D1, but now they are part of druntime/gc and
druntime/rt respectively.  However more useful documentation may be needed,
bare minimal addition should be a link to the github sources, a better
improvement would be description of the GC interface and examples of the kind
of operations that may lower to a runtime helper function call.

--
Apr 08 2017