[Issue 17305] New: [SPEC] ABI page still has references to D1 Phobos
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Apr 8 03:04:12 PDT 2017
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 at puremagic.com
Reporter: ibuclaw at 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.
--
More information about the Digitalmars-d-bugs
mailing list