Changeset 225149 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCommon.h
- Timestamp:
- Nov 26, 2017, 5:15:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCommon.h
r218794 r225149 157 157 enum GraphForm { 158 158 // LoadStore form means that basic blocks may freely use GetLocal, SetLocal, 159 // GetLocalUnlinked, and Flush for accessing local variables and indicating160 // where their live ranges ought to be. Data flow between local accesses is161 // i mplicit. Liveness is only explicit at block heads (variablesAtHead).162 // This is only used bythe DFG simplifier and is only preserved by same.159 // and Flush for accessing local variables and indicating where their live 160 // ranges ought to be. Data flow between local accesses is implicit. Liveness 161 // is only explicit at block heads (variablesAtHead). This is only used by 162 // the DFG simplifier and is only preserved by same. 163 163 // 164 164 // For example, LoadStore form gives no easy way to determine which SetLocal's
Note:
See TracChangeset
for help on using the changeset viewer.