Skip to content
  • eric@webkit.org's avatar
    2010-08-07 Sheriff Bot <webkit.review.bot@gmail.com> · b8130984
    eric@webkit.org authored
            Unreviewed, rolling out r64938.
            http://trac.webkit.org/changeset/64938
            https://bugs.webkit.org/show_bug.cgi?id=43685
    
            Did not compile on several ports (Requested by abarth on
            #webkit).
    
            * Android.mk:
            * CMakeLists.txt:
            * GNUmakefile.am:
            * JavaScriptCore.gypi:
            * JavaScriptCore.pro:
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            * JavaScriptCore.xcodeproj/project.pbxproj:
            * assembler/AbstractMacroAssembler.h:
            * assembler/MacroAssembler.h:
            * assembler/MacroAssemblerX86.h:
            (JSC::MacroAssemblerX86::load32):
            (JSC::MacroAssemblerX86::store32):
            * assembler/X86Assembler.h:
            (JSC::X86Assembler::movl_rm):
            (JSC::X86Assembler::movl_mr):
            * bytecode/CodeBlock.cpp:
            (JSC::CodeBlock::markAggregate):
            * bytecode/Instruction.h:
            (JSC::PolymorphicAccessStructureList::PolymorphicStubInfo::):
            (JSC::PolymorphicAccessStructureList::PolymorphicStubInfo::set):
            (JSC::PolymorphicAccessStructureList::PolymorphicAccessStructureList):
            * bytecode/StructureStubInfo.cpp:
            (JSC::StructureStubInfo::deref):
            * bytecode/StructureStubInfo.h:
            (JSC::StructureStubInfo::initGetByIdProto):
            (JSC::StructureStubInfo::initGetByIdChain):
            (JSC::StructureStubInfo::):
            * jit/JIT.h:
            * jit/JITMarkObjects.cpp: Removed.
            * jit/JITPropertyAccess.cpp:
            (JSC::JIT::compileGetDirectOffset):
            (JSC::JIT::testPrototype):
            (JSC::JIT::privateCompilePutByIdTransition):
            (JSC::JIT::privateCompileGetByIdProto):
            (JSC::JIT::privateCompileGetByIdProtoList):
            (JSC::JIT::privateCompileGetByIdChainList):
            (JSC::JIT::privateCompileGetByIdChain):
            * jit/JITPropertyAccess32_64.cpp:
            (JSC::JIT::compileGetDirectOffset):
            (JSC::JIT::testPrototype):
            (JSC::JIT::privateCompilePutByIdTransition):
            (JSC::JIT::privateCompileGetByIdProto):
            (JSC::JIT::privateCompileGetByIdProtoList):
            (JSC::JIT::privateCompileGetByIdChainList):
            (JSC::JIT::privateCompileGetByIdChain):
            * jit/JITStubs.cpp:
            (JSC::setupPolymorphicProtoList):
            * wtf/Platform.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64943 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b8130984