Bug 195022

Summary: [JSC] Make Intl fields lazily-allocated
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
none
Patch mark.lam: review+

Yusuke Suzuki
Reported 2019-02-25 16:05:11 PST
[JSC] Make Intl fields lazily-allocated
Attachments
Patch (25.22 KB, patch)
2019-02-25 16:08 PST, Yusuke Suzuki
no flags
Patch (23.70 KB, patch)
2019-02-25 16:12 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2019-02-25 16:08:55 PST
Yusuke Suzuki
Comment 2 2019-02-25 16:12:08 PST
Mark Lam
Comment 3 2019-02-25 16:47:10 PST
Comment on attachment 362941 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362941&action=review r=me > Source/JavaScriptCore/ChangeLog:10 > + 1. Make IntlObject fields including Intl.Collator lazily-alllocated because we already removed direct references from JS builtins to these constructors (@Collator etc.). /alllocated/allocated/.
Yusuke Suzuki
Comment 4 2019-02-25 17:05:35 PST
Comment on attachment 362941 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=362941&action=review >> Source/JavaScriptCore/ChangeLog:10 >> + 1. Make IntlObject fields including Intl.Collator lazily-alllocated because we already removed direct references from JS builtins to these constructors (@Collator etc.). > > /alllocated/allocated/. Oops, thanks.
Yusuke Suzuki
Comment 5 2019-02-25 18:13:25 PST
Radar WebKit Bug Importer
Comment 6 2019-02-25 18:33:58 PST
Yusuke Suzuki
Comment 7 2020-04-15 10:55:53 PDT
*** Bug 193549 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.