Changeset 221560 in webkit for trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
- Timestamp:
- Sep 3, 2017, 6:00:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
r221553 r221560 1362 1362 // materialized first - amongst the remaining unmaterialized 1363 1363 // nodes 1364 std::list<Allocation > toMaterialize;1364 std::list<Allocation, FastAllocator<Allocation>> toMaterialize; 1365 1365 auto firstPos = toMaterialize.begin(); 1366 1366 auto materializeFirst = [&] (Allocation&& allocation) {
Note:
See TracChangeset
for help on using the changeset viewer.