-
-
Notifications
You must be signed in to change notification settings - Fork 282
Re-enable frame pointers for optimized code #4594
Copy link
Copy link
Closed
Description
See:
https://issues.dlang.org/show_bug.cgi?id=24439
https://news.ycombinator.com/item?id=39731824
https://www.brendangregg.com/blog/2024-03-17/the-return-of-the-frame-pointers.html
and
#2222
Code change will be simply to adjust this:
Lines 507 to 508 in 3eb3190
| if (!func.hasFnAttribute("frame-pointer")) // not explicitly set by user | |
| func.addFnAttr("frame-pointer", isOptimizationEnabled() ? "none" : "all"); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels