JSC should scale the optimization threshold for a code block according to the cost...
authorHojong Han <hojong.han@samsung.com>
Tue, 2 Apr 2013 02:33:17 +0000 (11:33 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 2 Apr 2013 04:22:37 +0000 (13:22 +0900)
commit90e4d594ba080dd830da51f2e7760229333deab4
treef3d617153ba6d82e97236facce06857b4b058d23
parent0d93346c4626332b6e070b57fbf9b80b1c328a17
JSC should scale the optimization threshold for a code block according to the cost of compiling it

[Title] JSC should scale the optimization threshold for a code block according to the cost of compiling it
[Issue#] N/A
[Problem] Speed up for SunSpider benchmark
[Cause] N/A
[Solution] This patch is based on commit 10f249a64e5541f54533c5960fde4392409ce982
           We just take some parts, suitable to tizen, from the original patch above.

Change-Id: I41283308911bec11feed39f2579b946aecbe92ef
Source/JavaScriptCore/bytecode/CodeBlock.cpp
Source/JavaScriptCore/bytecode/CodeBlock.h
Source/JavaScriptCore/bytecode/ExecutionCounter.cpp
Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
Source/JavaScriptCore/runtime/Options.h