-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[JSC] Cacheable Dictionary hit in prototype should be allowed #48556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[JSC] Cacheable Dictionary hit in prototype should be allowed #48556
Conversation
EWS run on previous version of this PR (hash 32da2ea)
|
32da2ea
to
aa15413
Compare
EWS run on previous version of this PR (hash aa15413)
|
aa15413
to
1dc0caa
Compare
EWS run on current version of this PR (hash 1dc0caa)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me
https://bugs.webkit.org/show_bug.cgi?id=296517 rdar://156762120 Reviewed by Yijia Huang. If the *hitting* (not miss case) Structure is CacheableDictionary, we do not need to give up IC. This patch fixes prepareChainForCaching so that we can return found = true when we are hitting the cacheable dictionary. * Source/JavaScriptCore/bytecode/ObjectPropertyConditionSet.cpp: (JSC::prepareChainForCaching): Canonical link: https://commits.webkit.org/297943@main
1dc0caa
to
d9744ee
Compare
Committed 297943@main (d9744ee): https://commits.webkit.org/297943@main Reviewed commits have been landed. Closing PR #48556 and removing active labels. |
d9744ee
1dc0caa
🧪 win-tests