Timestamp:
Sep 4, 2013, 8:09:57 PM (12 years ago)
Author:
[email protected]
Message:

run-fast-jsc should work with new-school fast/js tests that loop until the DFG tiers up
https://bugs.webkit.org/show_bug.cgi?id=120697

Reviewed by Mark Hahnenberg.

Source/JavaScriptCore:

  • API/JSCTestRunnerUtils.cpp:

(JSC::numberOfDFGCompiles):
(JSC::setNeverInline):

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • Target.pri:
  • jsc.cpp:

(GlobalObject::finishCreation):
(functionNeverInlineFunction):
(functionNumberOfDFGCompiles):

  • runtime/TestRunnerUtils.cpp: Added.

(JSC::getExecutable):
(JSC::numberOfDFGCompiles):
(JSC::setNeverInline):

  • runtime/TestRunnerUtils.h: Added.

LayoutTests:

  • fast/js/resources/standalone-pre.js:

(testPassed):
(testFailed):
(dfgCompiled):

Location:
trunk/Source/JavaScriptCore/runtime
Files:
2 added

Note: See TracChangeset for help on using the changeset viewer.