Bug 202122 - Lazy JSGlobalObject property materialization should not use putDirectWithoutTransition.
Summary: Lazy JSGlobalObject property materialization should not use putDirectWithoutT...
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
: 202150 (view as bug list)
Depends on:
Blocks:
 
Reported: 2019-09-23 16:17 PDT by Mark Lam
Modified: 2019-09-26 11:35 PDT (History)
9 users (show)

See Also:


Attachments
proposed patch. (3.51 KB, patch)
2019-09-23 16:23 PDT, 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 2019-09-23 16:17:04 PDT
<rdar://problem/55535249>
Comment 1 Mark Lam 2019-09-23 16:23:07 PDT
Created attachment 379403 [details]
proposed patch.
Comment 2 Yusuke Suzuki 2019-09-23 16:24:50 PDT
Comment on attachment 379403 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2019-09-23 16:29:40 PDT
Thanks for the review.  I'm going to replace "initialization" with "materialization" in my test name and ChangeLog comments because I think it's a more accurate description.
Comment 4 Mark Lam 2019-09-23 16:34:04 PDT
Landed in r250264: <http://trac.webkit.org/r250264>.
Comment 5 Radar WebKit Bug Importer 2019-09-23 16:34:48 PDT
<rdar://problem/55642472>
Comment 6 Mark Lam 2019-09-23 17:40:15 PDT
<rdar://problem/55535249>
Comment 7 Tadeu Zagallo 2019-09-26 11:09:08 PDT
*** Bug 202150 has been marked as a duplicate of this bug. ***