Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Issue 19931005: Add deopt fuzzer tool. (Closed)

Created:
7 years, 5 months ago by Michael Achenbach
Modified:
7 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Add deopt fuzzer tool. Can be run as a stand-alone script like run-tests. Executes first all tests of a given test suite to collect the maximum number of possible deopt points. Runs then a fuzzing phase with artificial deoptimizations triggered during testing. Works for now with mjsunit and ia32 only. R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15855

Patch Set 1 #

Total comments: 8

Patch Set 2 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -110 lines) Patch
M test/mjsunit/mjsunit.status View 1 chunk +19 lines, -0 lines 0 comments Download
A + tools/run-deopt-fuzzer.py View 1 9 chunks +191 lines, -109 lines 0 comments Download
M tools/run-tests.py View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Achenbach
PTAL
7 years, 5 months ago (2013-07-23 11:26:14 UTC) #1
Jakob Kummerow
LGTM with comments. Seeing how similar run-tests.py and run-deopt-fuzzer.py are turning out to be, we ...
7 years, 5 months ago (2013-07-23 15:13:43 UTC) #2
Michael Achenbach
7 years, 5 months ago (2013-07-24 12:04:37 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r15855 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698