Changeset 179392 in webkit for trunk/Source/JavaScriptCore/jit/BinarySwitch.h
- Timestamp:
- Jan 29, 2015, 8:28:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/BinarySwitch.h
r179357 r179392 55 55 // unsigned index = switch.caseIndex(); // index into casesVector, above 56 56 // ... // generate code for this case 57 // ... = jit.jump(); // you have to jump out yourself; falling through causes undefined behavior58 57 // } 59 58 // switch.fallThrough().link(&jit);
Note:
See TracChangeset
for help on using the changeset viewer.