Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: dcd38ba9ba5ef5ebb558d527dbdfbaa3ac7e22a5
https://github.com/WebKit/WebKit/commit/dcd38ba9ba5ef5ebb558d527dbdfbaa3ac7e22a5
Author: Mark Lam <[email protected]>
Date: 2024-11-24 (Sun, 24 Nov 2024)
Changed paths:
M Source/JavaScriptCore/assembler/MacroAssembler.h
M Source/JavaScriptCore/bytecode/LazyValueProfile.cpp
M Source/JavaScriptCore/bytecode/LazyValueProfile.h
M Source/JavaScriptCore/debugger/Breakpoint.cpp
M Source/JavaScriptCore/debugger/Breakpoint.h
M Source/JavaScriptCore/dfg/DFGArrayifySlowPathGenerator.h
M Source/JavaScriptCore/dfg/DFGCallArrayAllocatorSlowPathGenerator.h
M Source/JavaScriptCore/dfg/DFGCallCreateDirectArgumentsSlowPathGenerator.h
M Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h
M Source/JavaScriptCore/dfg/DFGTZoneImpls.cpp
M Source/WTF/wtf/TZoneMallocInlines.h
Log Message:
-----------
Remove #include of TZoneMallocInlines.h in JSC header files.
https://bugs.webkit.org/show_bug.cgi?id=283643
rdar://140491226
Reviewed by Keith Miller.
.h files are not supposed to #include Inlines.h files. Doing so will
significantly slow
down building time.
To enable this change, I also added WTF_MAKE_STRUCT_TZONE_ALLOCATED_IMPL and
WTF_MAKE_STRUCT_TZONE_ALLOCATED_IMPL_NESTED macros.
* Source/JavaScriptCore/assembler/MacroAssembler.h:
* Source/JavaScriptCore/bytecode/LazyValueProfile.cpp:
* Source/JavaScriptCore/bytecode/LazyValueProfile.h:
* Source/JavaScriptCore/debugger/Breakpoint.cpp:
* Source/JavaScriptCore/debugger/Breakpoint.h:
* Source/JavaScriptCore/dfg/DFGArrayifySlowPathGenerator.h:
* Source/JavaScriptCore/dfg/DFGCallArrayAllocatorSlowPathGenerator.h:
* Source/JavaScriptCore/dfg/DFGCallCreateDirectArgumentsSlowPathGenerator.h:
* Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h:
* Source/JavaScriptCore/dfg/DFGTZoneImpls.cpp:
* Source/WTF/wtf/TZoneMallocInlines.h:
Canonical link: https://commits.webkit.org/287031@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes