Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f1cd95ab249f65910b33b318129cb6f9fcfaa612 https://github.com/WebKit/WebKit/commit/f1cd95ab249f65910b33b318129cb6f9fcfaa612 Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2025-09-02 (Tue, 02 Sep 2025)
Changed paths: M Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp M Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp M Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.h M Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp M Source/JavaScriptCore/runtime/OrderedHashTable.h Log Message: ----------- [JSC] Rename JSSet / JSMap butterfly to storage https://bugs.webkit.org/show_bug.cgi?id=298295 rdar://159723521 Reviewed by Sosuke Suzuki. This field is m_storage. So we should use "storage" instead of "butterfly". * Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp: * Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp: (JSC::DFG::SpeculativeJIT::compileMapGetImpl): * Source/JavaScriptCore/ftl/FTLAbstractHeapRepository.h: * Source/JavaScriptCore/ftl/FTLLowerDFGToB3.cpp: (JSC::FTL::DFG::LowerDFGToB3::compileCompareStrictEq): * Source/JavaScriptCore/runtime/OrderedHashTable.h: (JSC::OrderedHashTable::offsetOfStorage): (JSC::OrderedHashTable::offsetOfButterfly): Deleted. Canonical link: https://commits.webkit.org/299484@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes