Skip to content
  • oliver@apple.com's avatar
    fourthTier: Refactor JITStubs.cpp to move CPU specific parts out into their own files. · cd1c2e74
    oliver@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=116135.
    
    Reviewed by Michael Saboff.
    
    This mod only moves the CPU specific parts out. There is no code change.
    Tested on debug builds of X86, X86_64, ARM and ARMv7. The SH4 and MIPS
    ports are untested. Windows port also not tested.
    
    * GNUmakefile.list.am:
    * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
    * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    * jit/JITStubs.cpp:
    (JSC::performPlatformSpecificJITAssertions):
    * jit/JITStubsARM.h: Added.
    (JSC::ctiTrampoline):
    (JSC::ctiTrampolineEnd):
    (JSC::ctiVMThrowTrampoline):
    (JSC::ctiOpThrowNotCaught):
    (JSC::performARMJITAssertions):
    * jit/JITStubsARMv7.h: Added.
    (JSC::ctiTrampoline):
    (JSC::ctiVMThrowTrampoline):
    (JSC::ctiOpThrowNotCaught):
    (JSC::performARMv7JITAssertions):
    * jit/JITStubsMIPS.h: Added.
    (JSC::performMIPSJITAssertions):
    * jit/JITStubsSH4.h: Added.
    * jit/JITStubsX86.h: Added.
    * jit/JITStubsX86_64.h: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@153160 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    cd1c2e74