Bug 221787 - CodeBlock::propagateTransitions() should also handle OpSetPrivateBrand's LLInt IC.
Summary: CodeBlock::propagateTransitions() should also handle OpSetPrivateBrand's LLIn...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-11 17:08 PST by Mark Lam
Modified: 2021-02-11 18:15 PST (History)
7 users (show)

See Also:


Attachments
proposed patch. (3.65 KB, patch)
2021-02-11 17:22 PST, Mark Lam
ysuzuki: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2021-02-11 17:08:00 PST
... just like it does for OpPutById and OpPutPrivateName.
Comment 1 Mark Lam 2021-02-11 17:22:33 PST
Created attachment 420073 [details]
proposed patch.
Comment 2 Yusuke Suzuki 2021-02-11 17:38:39 PST
Comment on attachment 420073 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2021-02-11 18:11:29 PST
Thanks for the review.  Landed in r272765: <http://trac.webkit.org/r272765>.
Comment 4 Radar WebKit Bug Importer 2021-02-11 18:12:16 PST
<rdar://problem/74259585>
Comment 5 Mark Lam 2021-02-11 18:15:06 PST
(In reply to Mark Lam from comment #3)
> Thanks for the review.  Landed in r272765: <http://trac.webkit.org/r272765>.

Sorry, ignore that.  Landed in r272766: <http://trac.webkit.org/r272766>.