Changeset 243236 in webkit
- Timestamp:
- Mar 20, 2019, 1:37:01 PM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 1 deleted
- 2 edited
-
ChangeLog (modified) (1 diff)
-
dfg/DFGNode.h (modified) (1 diff)
-
dfg/DFGNodeAllocator.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r243232 r243236 1 2019-03-20 Robin Morisset <rmorisset@apple.com> 2 3 DFGNodeAllocator.h is dead code 4 https://bugs.webkit.org/show_bug.cgi?id=196019 5 6 Reviewed by Yusuke Suzuki. 7 8 As explained by Yusuke on IRC, the comment on DFG::Node saying that it cannot have a destructor is obsolete since https://trac.webkit.org/changeset/216815/webkit. 9 This patch removes both the comment and DFGNodeAllocator.h that that patch forgot to remove. 10 11 * dfg/DFGNode.h: 12 (JSC::DFG::Node::dumpChildren): 13 * dfg/DFGNodeAllocator.h: Removed. 14 1 15 2019-03-20 Robin Morisset <rmorisset@apple.com> 2 16 -
trunk/Source/JavaScriptCore/dfg/DFGNode.h
r242812 r243236 2888 2888 out.printf(", @%u", child3()->index()); 2889 2889 } 2890 2891 // NB. This class must have a trivial destructor.2892 2890 2893 2891 NodeOrigin origin;
Note:
See TracChangeset
for help on using the changeset viewer.