Changeset 157937 in webkit for trunk/Source/JavaScriptCore/offlineasm/cloop.rb
- Timestamp:
- Oct 24, 2013, 10:05:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r157932 r157937 1111 1111 cloopEmitCallSlowPath(operands) 1112 1112 1113 when "cloopUnusedLabel"1114 $asm.putc "if (false) goto #{operands[0].cLabel};"1115 1116 1113 # For debugging only. This is used to insert instrumentation into the 1117 1114 # generated LLIntAssembly.h during llint development only. Do not use
Note:
See TracChangeset
for help on using the changeset viewer.