Changeset 244580 in webkit
- Timestamp:
- Apr 23, 2019, 9:06:08 PM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dfg/DFGMinifiedNode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r244579 r244580 1 2019-04-23 Yusuke Suzuki <ysuzuki@apple.com> 2 3 [JSC] Shrink DFG::MinifiedNode 4 https://bugs.webkit.org/show_bug.cgi?id=197224 5 6 Reviewed by Filip Pizlo. 7 8 Since it is kept alive with compiled DFG code, we should shrink it to save memory. 9 If it is effective, we should consider minimizing these OSR exit data more aggressively. 10 11 * dfg/DFGMinifiedNode.h: 12 1 13 2019-04-23 Saam Barati <sbarati@apple.com> 2 14 -
trunk/Source/JavaScriptCore/dfg/DFGMinifiedNode.h
r218794 r244580 91 91 } 92 92 93 uint64_t m_info; 93 94 MinifiedID m_id; 94 uint64_t m_info;95 95 NodeType m_op; 96 96 };
Note:
See TracChangeset
for help on using the changeset viewer.