Skip to content
  • oliver@apple.com's avatar
    fourthTier: Rename StructureCheckHoistingPhase to TypeCheckHoistingPhase · dcaa7482
    oliver@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=115938
    
    We're going to add some more types of check hoisting soon, so let's have
    the right name here.
    
    Rubber stamped by Filip Pizlo.
    
    * CMakeLists.txt:
    * GNUmakefile.list.am:
    * JavaScriptCore.xcodeproj/project.pbxproj:
    * Target.pri:
    * dfg/DFGDriver.cpp:
    (JSC::DFG::compile):
    * dfg/DFGStructureCheckHoistingPhase.cpp: Removed.
    * dfg/DFGStructureCheckHoistingPhase.h: Removed.
    * dfg/DFGTypeCheckHoistingPhase.cpp: Added.
    (DFG):
    (TypeCheckHoistingPhase):
    (JSC::DFG::TypeCheckHoistingPhase::TypeCheckHoistingPhase):
    (JSC::DFG::TypeCheckHoistingPhase::run):
    (JSC::DFG::TypeCheckHoistingPhase::shouldConsiderForHoisting):
    (JSC::DFG::TypeCheckHoistingPhase::noticeStructureCheck):
    (CheckData):
    (JSC::DFG::TypeCheckHoistingPhase::CheckData::CheckData):
    (JSC::DFG::performTypeCheckHoisting):
    * dfg/DFGTypeCheckHoistingPhase.h: Added.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@153158 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    dcaa7482