Changeset 248195 in webkit for trunk/Source/JavaScriptCore/b3/B3Opcode.h
- Timestamp:
- Aug 2, 2019, 9:01:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/b3/B3Opcode.h
r248178 r248195 297 297 Patchpoint, 298 298 299 // This is a projection out of a tuple. Currently only patchpoints can generate a tuple. It's assumumed that300 // each entry in a tuple has a fixed Numeric B3 Type (i.e. not Void or Tuple).299 // This is a projection out of a tuple. Currently only Patchpoints, Get, and Phi can produce tuples. 300 // It's assumumed that each entry in a tuple has a fixed Numeric B3 Type (i.e. not Void or Tuple). 301 301 Extract, 302 302
Note:
See TracChangeset
for help on using the changeset viewer.