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

Issue 23526069: Refactor back edge table related code into a new class. (Closed)

Created:
7 years, 3 months ago by Yang
Modified:
7 years, 3 months ago
Reviewers:
titzer
CC:
v8-dev
Visibility:
Public.

Description

Refactor back edge table related code into a new class. This is mostly moving and renaming, except for the BackEdgeTableIterator. Motivation is that the back edges in unoptimized code has nothing to do with the deoptimizer. R=titzer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=16815

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+513 lines, -529 lines) Patch
M src/arm/deoptimizer-arm.cc View 1 chunk +0 lines, -94 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +95 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +0 lines, -38 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +0 lines, -79 lines 0 comments Download
M src/full-codegen.h View 2 chunks +85 lines, -59 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 chunk +0 lines, -81 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +82 lines, -0 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +0 lines, -82 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +83 lines, -0 lines 0 comments Download
M src/objects.cc View 2 chunks +9 lines, -10 lines 0 comments Download
M src/runtime.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 chunk +0 lines, -81 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +82 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 3 months ago (2013-09-19 08:01:13 UTC) #1
titzer
LGTM. Glad to have this functionality out of the deoptimizer.
7 years, 3 months ago (2013-09-19 08:55:41 UTC) #2
Yang
7 years, 3 months ago (2013-09-19 09:08:26 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r16815 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698