Changeset 200666 in webkit for trunk/Source/JavaScriptCore/offlineasm/asm.rb
- Timestamp:
- May 10, 2016, 6:56:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/offlineasm/asm.rb
r196541 r200666 348 348 forSettings(computeSettingsCombinations(ast)[configIndex], ast) { 349 349 | concreteSettings, lowLevelAST, backend | 350 351 # There could be multiple backends we are generating for, but the C_LOOP is 352 # always by itself so this check to turn off $enableDebugAnnotations won't 353 # affect the generation for any other backend. 354 if backend == "C_LOOP" 355 $enableDebugAnnotations = false 356 end 357 350 358 lowLevelAST = lowLevelAST.resolve(*buildOffsetsMap(lowLevelAST, offsetsList)) 351 359 lowLevelAST.validate
Note:
See TracChangeset
for help on using the changeset viewer.