Changeset 157932 in webkit for trunk/Source/JavaScriptCore/offlineasm
- Timestamp:
- Oct 24, 2013, 9:10:59 AM (12 years ago)
- Location:
- trunk/Source/JavaScriptCore/offlineasm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/cloop.rb
r157572 r157932 1111 1111 cloopEmitCallSlowPath(operands) 1112 1112 1113 when "cloopUnusedLabel" 1114 $asm.putc "if (false) goto #{operands[0].cLabel};" 1115 1113 1116 # For debugging only. This is used to insert instrumentation into the 1114 1117 # generated LLIntAssembly.h during llint development only. Do not use -
trunk/Source/JavaScriptCore/offlineasm/instructions.rb
r157474 r157932 296 296 "cloopCallNative", # operands: callee 297 297 "cloopCallSlowPath", # operands: callTarget, currentFrame, currentPC 298 "cloopUnusedLabel", # operands: label 298 299 299 300 # For debugging only:
Note:
See TracChangeset
for help on using the changeset viewer.