Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0922e1801b82e7734ac7bad5e5354274c6d31055
https://github.com/WebKit/WebKit/commit/0922e1801b82e7734ac7bad5e5354274c6d31055
Author: Yusuke Suzuki <[email protected]>
Date: 2025-06-22 (Sun, 22 Jun 2025)
Changed paths:
M Source/JavaScriptCore/interpreter/Interpreter.cpp
Log Message:
-----------
[JSC] Avoid visiting frames twice
https://bugs.webkit.org/show_bug.cgi?id=294778
rdar://153950474
Reviewed by Yijia Huang.
Interpreter::getStackTrace should not visit the stack twice.
We can just do it once.
* Source/JavaScriptCore/interpreter/Interpreter.cpp:
(JSC::Interpreter::getStackTrace):
(JSC::GetStackTraceFunctor::GetStackTraceFunctor): Deleted.
(JSC::GetStackTraceFunctor::operator() const): Deleted.
(JSC::GetStackTraceFunctor::frameCountInResults const): Deleted.
Canonical link: https://commits.webkit.org/296492@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