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

Issue 582743002: Emit comment with instruction+reason before deopt calls. (Closed)

Created:
6 years, 3 months ago by Sven Panne
Modified:
6 years, 3 months ago
Reviewers:
Jarin
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Emit comment with instruction+reason before deopt calls. Note that we still need to migrate from sometimes emitting those comments by hand to passing a reason explicitly, but this can be done incrementally in separate CLs. R=jarin@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24061

Patch Set 1 #

Patch Set 2 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+195 lines, -145 lines) Patch
M src/arm/lithium-codegen-arm.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 6 chunks +14 lines, -11 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.h View 4 chunks +28 lines, -17 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 6 chunks +57 lines, -52 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +7 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 6 chunks +14 lines, -11 lines 0 comments Download
M src/lithium-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/lithium-codegen.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 5 chunks +10 lines, -8 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 6 chunks +14 lines, -12 lines 0 comments Download
M src/x87/lithium-codegen-x87.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 6 chunks +14 lines, -11 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Sven Panne
6 years, 3 months ago (2014-09-18 14:19:12 UTC) #2
Jarin
LGTM. How about wrapping "const char* reason" in a class? I can easily imagine that ...
6 years, 3 months ago (2014-09-18 22:24:52 UTC) #3
Sven Panne
On 2014/09/18 22:24:52, jarin wrote: > How about wrapping "const char* reason" in a class? ...
6 years, 3 months ago (2014-09-19 06:26:30 UTC) #4
Sven Panne
6 years, 3 months ago (2014-09-19 06:27:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 24061 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698