Ignore:
Timestamp:
May 21, 2010, 1:52:30 PM (15 years ago)
Author:
[email protected]
Message:

2010-05-21 Geoffrey Garen <[email protected]>

Reviewed by Gavin Barraclough.

Split out JITCall32_64.cpp, and tightened up some #ifdefs in the hopes
of improving compile times.
https://bugs.webkit.org/show_bug.cgi?id=39507

  • JavaScriptCore.xcodeproj/project.pbxproj:
  • jit/JIT.cpp:
  • jit/JITArithmetic.cpp:
  • jit/JITArithmetic32_64.cpp:
  • jit/JITCall.cpp:
  • jit/JITCall32_64.cpp: Copied from jit/JITCall.cpp.
  • jit/JITOpcodes.cpp:
  • jit/JITOpcodes32_64.cpp:
  • jit/JITPropertyAccess.cpp:
  • jit/JITPropertyAccess32_64.cpp:
  • jit/JITStubs.cpp:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj

    r59941 r59955  
    16511651                        <File
    16521652                                RelativePath="..\..\jit\JITCall.cpp"
     1653                                >
     1654                        </File>
     1655                        <File
     1656                                RelativePath="..\..\jit\JITCall32_64.cpp"
    16531657                                >
    16541658                        </File>
Note: See TracChangeset for help on using the changeset viewer.