Ignore:
Timestamp:
Aug 25, 2021, 7:49:34 AM (4 years ago)
Author:
[email protected]
Message:

Unreviewed, reverting r281523.
https://bugs.webkit.org/show_bug.cgi?id=229494

broke cloop build

Reverted changeset:

"Add for-in OwnStructureMode optimizations to LLInt"
https://bugs.webkit.org/show_bug.cgi?id=229038
https://commits.webkit.org/r281523

Location:
trunk/Source/JavaScriptCore/offlineasm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/offlineasm/arm64.rb

    r281523 r281555  
    885885            if operands[0].immediate?
    886886                emitARM64MoveImmediate(operands[0].value, operands[1])
    887             elsif operands[0] != operands[1]
     887            else
    888888                emitARM64("mov", operands, :quad)
    889889            end
  • trunk/Source/JavaScriptCore/offlineasm/generate_offset_extractor.rb

    r281523 r281555  
    9393
    9494            emitCodeInConfiguration(concreteSettings, lowLevelAST, backend) {
    95 
    96                 # Windows complains about signed integers being cast to unsigned but we just want the bits.
    97                 outp.puts "\#if COMPILER(MSVC)"
    98                 outp.puts "\#pragma warning(disable:4308)"
    99                 outp.puts "\#endif"
    10095                constsList.each_with_index {
    10196                    | const, index |
Note: See TracChangeset for help on using the changeset viewer.