Changeset 200338 in webkit for trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
- Timestamp:
- May 2, 2016, 2:20:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
r199300 r200338 1372 1372 if (materialized.isEmpty()) { 1373 1373 uint64_t maxEvaluation = 0; 1374 Allocation* bestAllocation ;1374 Allocation* bestAllocation = nullptr; 1375 1375 for (auto& entry : escapees) { 1376 1376 if (!forMaterialization.find(entry.key)->value.isEmpty())
Note:
See TracChangeset
for help on using the changeset viewer.