Changeset 182919 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGenerationInfo.h
- Timestamp:
- Apr 16, 2015, 4:21:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGenerationInfo.h
r163802 r182919 39 39 // === GenerationInfo === 40 40 // 41 // This class is used to track the current status of alive values during code generation.41 // This class is used to track the current status of live values during code generation. 42 42 // Can provide information as to whether a value is in machine registers, and if so which, 43 // whether a value has been spilled to the Reg siterFile, and if so may be able to provide43 // whether a value has been spilled to the RegisterFile, and if so may be able to provide 44 44 // details of the format in memory (all values are spilled in a boxed form, but we may be 45 45 // able to track the type of box), and tracks how many outstanding uses of a value remain,
Note:
See TracChangeset
for help on using the changeset viewer.