Ignore:
Timestamp:
Jul 24, 2013, 8:58:38 PM (12 years ago)
Author:
[email protected]
Message:

fourthTier: Landing the initial FTL logic in a single commit to avoid spurious
broken builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/InitializeThreading.cpp

    r130726 r153121  
    3131
    3232#include "ExecutableAllocator.h"
     33#include "FTLLLVMHeaders.h"
    3334#include "Heap.h"
    3435#include "HeapStatistics.h"
     
    7071    LLInt::initialize();
    7172#endif
     73#if ENABLE(FTL_JIT)
     74    LLVMLinkInMCJIT();
     75    LLVMInitializeNativeTarget();
     76    LLVMInitializeAllAsmPrinters();
     77#endif
    7278}
    7379
Note: See TracChangeset for help on using the changeset viewer.