RESOLVED FIXED252651
Don't initialize signal handing machinery if we're not going to use it.
https://bugs.webkit.org/show_bug.cgi?id=252651
Summary Don't initialize signal handing machinery if we're not going to use it.
Mark Lam
Reported 2023-02-20 22:40:19 PST
This saves some memory when the signal handling machinery is not needed.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-02-20 22:40:51 PST
Mark Lam
Comment 2 2023-02-20 23:02:41 PST
EWS
Comment 3 2023-02-21 12:16:40 PST
Committed 260623@main (0051847d2a39): <https://commits.webkit.org/260623@main> Reviewed commits have been landed. Closing PR #10431 and removing active labels.
Fujii Hironori
Comment 4 2023-02-21 13:43:43 PST
WinCairo gets broken. https://ews-build.webkit.org/#/builders/12/builds/118124 > C:\BW\WinCairo-EWS\build\Source\JavaScriptCore\runtime/InitializeThreading.cpp(124): error C3861: 'initializeSignalHandling': identifier not found > C:\BW\WinCairo-EWS\build\Source\JavaScriptCore\runtime/InitializeThreading.cpp(131): error C3861: 'disableSignalHandling': identifier not found
Mark Lam
Comment 5 2023-02-21 14:03:43 PST
(In reply to Fujii Hironori from comment #4) > WinCairo gets broken. > https://ews-build.webkit.org/#/builders/12/builds/118124 > > C:\BW\WinCairo-EWS\build\Source\JavaScriptCore\runtime/InitializeThreading.cpp(124): error C3861: 'initializeSignalHandling': identifier not found > > C:\BW\WinCairo-EWS\build\Source\JavaScriptCore\runtime/InitializeThreading.cpp(131): error C3861: 'disableSignalHandling': identifier not found WinCairo build fix in https://bugs.webkit.org/show_bug.cgi?id=252688.
Note You need to log in before you can comment on or make changes to this bug.