Bug 197866

Summary: [JSC] Compress JIT related data more by using Packed<>
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 saam: review+

Yusuke Suzuki
Reported 2019-05-13 19:12:39 PDT
[JSC] Compress JIT related data more by using Packed<>
Attachments
Patch (18.91 KB, patch)
2019-05-13 19:16 PDT, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2019-05-13 19:16:53 PDT
Saam Barati
Comment 2 2019-05-13 19:23:15 PDT
Comment on attachment 369811 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369811&action=review r=me > Source/JavaScriptCore/ChangeLog:8 > + This patch leverages Packed<> more to reduce JIT related data size. When we measure memory usage on Gmail, we found that much memory is "much memory" => "a lot of memory"
Yusuke Suzuki
Comment 3 2019-05-13 19:31:47 PDT
Comment on attachment 369811 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=369811&action=review >> Source/JavaScriptCore/ChangeLog:8 >> + This patch leverages Packed<> more to reduce JIT related data size. When we measure memory usage on Gmail, we found that much memory is > > "much memory" => "a lot of memory" Thanks, fixed.
Yusuke Suzuki
Comment 4 2019-05-13 19:34:34 PDT
Radar WebKit Bug Importer
Comment 5 2019-05-13 19:35:19 PDT
Note You need to log in before you can comment on or make changes to this bug.