[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 --- Comment #9 from Dlang Bot --- @quickfur created dlang/druntime pull request #3691 "Fix 14892: Add tracing wrappers for core.memory.GC allocation calls." fixing this issue: - Fix 14892: Add tracing wrappers for core.memory.GC allocation calls. h

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 hst...@quickfur.ath.cx changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 --- Comment #6 from Dlang Bot --- dlang/dmd pull request #13545 "Partial fix for issue 14892: define D_ProfileGC for -profile=gc" was merged into master: - 0474a7e35d94dbc8e731e64aff27a2f961cb4114 by H. S. Teoh: Partial fix for issue 14892: define

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 --- Comment #5 from Dlang Bot --- dlang/druntime pull request #3681 "Issue 14892: need to wrap _d_newarrayU as well for -profile=gc." was merged into master: - 58b3e1ee6f526ac5167a16cf744c1dc1488684aa by H. S. Teoh: Issue 14892: need to wrap _d_ne

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @quickfu

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 --- Comment #3 from Dlang Bot --- @quickfur created dlang/dmd pull request #13545 "Partial fix for issue 14892: define D_ProfileGC for -profile=gc" mentioning this issue: - Partial fix for issue 14892: define D_ProfileGC. To enable Phobos to prop

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 --- Comment #2 from Dlang Bot --- @quickfur created dlang/druntime pull request #3681 "Issue 14892: need to wrap _d_newarrayU as well for -profile=gc." mentioning this issue: - Issue 14892: need to wrap _d_newarrayU as well for -profile=gc. https:/

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 --- Comment #1 from hst...@quickfur.ath.cx --- Looked at the dmd code for this. Apparently -profile=gc works by detecting language constructs that trigger an allocation, and replacing the druntime calls with alternative druntime calls that inject trac

[Issue 14892] -profile=gc doesn't account for GC API allocations

2022-01-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 14892] -profile=gc doesn't account for GC API allocations

2015-08-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14892 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Severity|