Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: aa3f8b06d94273718198657bf3a6da385699749a https://github.com/WebKit/WebKit/commit/aa3f8b06d94273718198657bf3a6da385699749a Author: Yusuke Suzuki <ysuz...@apple.com> Date: 2024-06-28 (Fri, 28 Jun 2024)
Changed paths: M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp M Source/JavaScriptCore/bytecode/InlineCacheCompiler.h M Source/JavaScriptCore/jit/JITThunks.h Log Message: ----------- [JSC] Add Transition OutOfLine handler https://bugs.webkit.org/show_bug.cgi?id=275979 rdar://130722164 Reviewed by Yijia Huang. This patch adds Transition handler with out-of-line allocation via C function call. * Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp: (JSC::putByIdTransitionReallocatingOutOfLineHandler): (JSC::putByValTransitionOutOfLineHandlerImpl): (JSC::putByValWithStringTransitionReallocatingOutOfLineHandler): (JSC::putByValWithSymbolTransitionReallocatingOutOfLineHandler): (JSC::InlineCacheCompiler::compileOneAccessCaseHandler): * Source/JavaScriptCore/bytecode/InlineCacheCompiler.h: * Source/JavaScriptCore/jit/JITThunks.h: Canonical link: https://commits.webkit.org/280455@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