Changeset 185505 in webkit for trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
- Timestamp:
- Jun 12, 2015, 9:33:37 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
r184747 r185505 901 901 } 902 902 903 case GetClosureVar: { 904 Node* target = node->child1().node(); 905 if (!target->isActivationAllocation()) 906 escape(target); 907 break; 908 } 909 903 910 case PutClosureVar: { 904 911 Node* target = node->child1().node();
Note:
See TracChangeset
for help on using the changeset viewer.