Skip to content
  • fpizlo@apple.com's avatar
    Deoptimize 32-bit deoptimization · 22958794
    fpizlo@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=122025
    
    Reviewed by Oliver Hunt.
            
    Just simplifying a bunch of code. I don't want the old, super-complicated,
    deoptimization code to get in the way of changes I'll be making to DFG stack layout.
    
    * bytecode/ValueRecovery.h:
    (JSC::ValueRecovery::inGPR):
    (JSC::ValueRecovery::isInRegisters):
    (JSC::ValueRecovery::gpr):
    (JSC::ValueRecovery::dumpInContext):
    * dfg/DFGOSRExitCompiler32_64.cpp:
    (JSC::DFG::OSRExitCompiler::compileExit):
    * dfg/DFGOSRExitCompiler64.cpp:
    (JSC::DFG::OSRExitCompiler::compileExit):
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@156564 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    22958794