Skip to content
  • ggaren@apple.com's avatar
    JavaScriptCore: · 41f3d950
    ggaren@apple.com authored
    2009-04-20  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Mark Rowe.
            
            Tiger crash fix: Put VM tags in their own header file, and fixed up the
            #ifdefs so they're not used on Tiger.
    
            * JavaScriptCore.xcodeproj/project.pbxproj:
            * interpreter/RegisterFile.h:
            (JSC::RegisterFile::RegisterFile):
            * jit/ExecutableAllocatorFixedVMPool.cpp:
            (JSC::FixedVMPoolAllocator::FixedVMPoolAllocator):
            * jit/ExecutableAllocatorPosix.cpp:
            (JSC::ExecutablePool::systemAlloc):
            * runtime/Collector.cpp:
            (JSC::allocateBlock):
            * wtf/VMTags.h: Added.
    
    JavaScriptGlue:
    
    2009-04-20  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Mark Rowe.
    
            Tiger crash fix: Put VM tags in their own header file, and fixed up the
            #ifdefs so they're not used on Tiger.
    
            * ForwardingHeaders/wtf/VMTags.h: Copied from JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h.
    
    WebCore:
    
    2009-04-20  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Mark Rowe.
    
            Tiger crash fix: Put VM tags in their own header file, and fixed up the
            #ifdefs so they're not used on Tiger.
    
            * ForwardingHeaders/wtf/VMTags.h: Copied from WebCore/ForwardingHeaders/wtf/HashTraits.h.
    
    WebKit/mac:
    
    2009-04-20  Geoffrey Garen  <ggaren@apple.com>
    
            Reviewed by Mark Rowe.
    
            Tiger crash fix: Put VM tags in their own header file, and fixed up the
            #ifdefs so they're not used on Tiger.
    
            * ForwardingHeaders/wtf/VMTags.h: Copied from ForwardingHeaders/wtf/HashTraits.h.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@42705 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    41f3d950