Bug 194784

Summary: [JSC] Add LazyClassStructure::getInitializedOnMainThread
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: New BugsAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, keith_miller, mark.lam, msaboff, saam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Yusuke Suzuki
Reported 2019-02-18 12:18:39 PST
[JSC] Add LazyClassStructure::getInitializedOnMainThread
Attachments
Patch (8.91 KB, patch)
2019-02-18 12:31 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2019-02-18 12:31:36 PST
Yusuke Suzuki
Comment 2 2019-02-18 12:33:07 PST
Mark Lam
Comment 3 2019-02-18 13:05:51 PST
Comment on attachment 362315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362315&action=review r=me > Source/JavaScriptCore/ChangeLog:9 > + LazyClassStructure::get and LazyProperty::get functions do not allow compiler threads to call them. But booleanPrototype, numberPrototype and symbolPrototype cases, "But for booleanPrototype"
Yusuke Suzuki
Comment 4 2019-02-18 13:22:04 PST
Comment on attachment 362315 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362315&action=review >> Source/JavaScriptCore/ChangeLog:9 >> + LazyClassStructure::get and LazyProperty::get functions do not allow compiler threads to call them. But booleanPrototype, numberPrototype and symbolPrototype cases, > > "But for booleanPrototype" Thanks, fixed.
Yusuke Suzuki
Comment 5 2019-02-18 14:58:51 PST
Note You need to log in before you can comment on or make changes to this bug.