diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2012-02-24 16:36:50 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2012-02-24 16:36:50 +0100 |
commit | ad0d549d4cc13433f77c1ac8f0ab379c83d93f28 (patch) | |
tree | b34b0daceb7c8e7fdde4b4ec43650ab7caadb0a9 /Source/JavaScriptCore/Target.pri | |
parent | 03e12282df9aa1e1fb05a8b90f1cfc2e08764cec (diff) | |
download | qtwebkit-ad0d549d4cc13433f77c1ac8f0ab379c83d93f28.tar.gz |
Imported WebKit commit bb52bf3c0119e8a128cd93afe5572413a8617de9 (http://svn.webkit.org/repository/webkit/trunk@108790)
Diffstat (limited to 'Source/JavaScriptCore/Target.pri')
-rw-r--r-- | Source/JavaScriptCore/Target.pri | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/Target.pri b/Source/JavaScriptCore/Target.pri index 155ee124d..8fa498c08 100644 --- a/Source/JavaScriptCore/Target.pri +++ b/Source/JavaScriptCore/Target.pri @@ -55,17 +55,19 @@ SOURCES += \ bytecode/DFGExitProfile.cpp \ bytecode/GetByIdStatus.cpp \ bytecode/JumpTable.cpp \ + bytecode/LazyOperandValueProfile.cpp \ bytecode/MethodCallLinkInfo.cpp \ bytecode/MethodCallLinkStatus.cpp \ + bytecode/MethodOfGettingAValueProfile.cpp \ bytecode/Opcode.cpp \ + bytecode/PolymorphicPutByIdList.cpp \ bytecode/PredictedType.cpp \ bytecode/PutByIdStatus.cpp \ bytecode/SamplingTool.cpp \ bytecode/StructureStubInfo.cpp \ - bytecode/ValueProfile.cpp \ bytecompiler/BytecodeGenerator.cpp \ bytecompiler/NodesCodegen.cpp \ - heap/BumpSpace.cpp \ + heap/CopiedSpace.cpp \ heap/ConservativeRoots.cpp \ heap/DFGCodeBlocks.cpp \ heap/HandleHeap.cpp \ @@ -83,9 +85,12 @@ SOURCES += \ debugger/Debugger.cpp \ dfg/DFGAbstractState.cpp \ dfg/DFGAssemblyHelpers.cpp \ + dfg/DFGArithNodeFlagsInferencePhase.cpp \ dfg/DFGByteCodeParser.cpp \ dfg/DFGCapabilities.cpp \ + dfg/DFGCFAPhase.cpp \ dfg/DFGCorrectableJumpPoint.cpp \ + dfg/DFGCSEPhase.cpp \ dfg/DFGDriver.cpp \ dfg/DFGGraph.cpp \ dfg/DFGJITCompiler.cpp \ @@ -95,18 +100,21 @@ SOURCES += \ dfg/DFGOSRExitCompiler.cpp \ dfg/DFGOSRExitCompiler64.cpp \ dfg/DFGOSRExitCompiler32_64.cpp \ - dfg/DFGPropagator.cpp \ + dfg/DFGPhase.cpp \ + dfg/DFGPredictionPropagationPhase.cpp \ dfg/DFGRepatch.cpp \ dfg/DFGSpeculativeJIT.cpp \ dfg/DFGSpeculativeJIT32_64.cpp \ dfg/DFGSpeculativeJIT64.cpp \ dfg/DFGThunks.cpp \ + dfg/DFGVirtualRegisterAllocationPhase.cpp \ interpreter/AbstractPC.cpp \ interpreter/CallFrame.cpp \ interpreter/Interpreter.cpp \ interpreter/RegisterFile.cpp \ jit/ExecutableAllocatorFixedVMPool.cpp \ jit/ExecutableAllocator.cpp \ + jit/HostCallReturnValue.cpp \ jit/JITArithmetic.cpp \ jit/JITArithmetic32_64.cpp \ jit/JITCall.cpp \ |