NEW233595
Stop using __PRETTY_FUNCTION__ on Release builds (saves ~100 KB per arch)
https://bugs.webkit.org/show_bug.cgi?id=233595
Summary Stop using __PRETTY_FUNCTION__ on Release builds (saves ~100 KB per arch)
David Kilzer (:ddkilzer)
Reported 2021-11-29 13:41:55 PST
Stop using __PRETTY_FUNCTION__ on Release builds (saves ~100 KB per arch in WebCore binary). The only fallout is that `c++filt` must be used for symbols in Release/Production builds to get pretty functions.
Attachments
Patch v1 (1.57 KB, patch)
2021-11-29 13:47 PST, David Kilzer (:ddkilzer)
no flags
Radar WebKit Bug Importer
Comment 1 2021-11-29 13:43:25 PST
David Kilzer (:ddkilzer)
Comment 2 2021-11-29 13:47:10 PST
Created attachment 445336 [details] Patch v1
David Kilzer (:ddkilzer)
Comment 3 2021-11-29 13:47:57 PST
(In reply to David Kilzer (:ddkilzer) from comment #2) > Created attachment 445336 [details] > Patch v1 Not sure if anyone has objections to this or not, or whether it's needed.
Note You need to log in before you can comment on or make changes to this bug.