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

Issue 444883006: Initial shot at deoptimizing JSCallFunction in Turbofan. (Closed)

Created:
6 years, 4 months ago by Jarin
Modified:
6 years, 4 months ago
CC:
sigurds, v8-dev
Project:
v8
Visibility:
Public.

Description

Initial shot at deoptimizing JSCallFunction in Turbofan. BUG= R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23020

Patch Set 1 #

Patch Set 2 : Fix register allocation for control instructions with outputs + translation index fix. #

Patch Set 3 : Rebase #

Patch Set 4 : Remove debug print #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -34 lines) Patch
M src/compiler/arm/linkage-arm.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/arm64/linkage-arm64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/ast-graph-builder.cc View 1 3 chunks +14 lines, -3 lines 0 comments Download
M src/compiler/code-generator.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/compiler/ia32/linkage-ia32.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/compiler/js-generic-lowering.cc View 1 2 2 chunks +12 lines, -7 lines 0 comments Download
M src/compiler/js-operator.h View 3 chunks +7 lines, -2 lines 0 comments Download
M src/compiler/linkage.h View 1 chunk +7 lines, -2 lines 0 comments Download
M src/compiler/linkage.cc View 2 chunks +10 lines, -1 line 0 comments Download
M src/compiler/linkage-impl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/operator-properties-inl.h View 1 2 3 chunks +14 lines, -0 lines 0 comments Download
M src/compiler/register-allocator.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 3 2 chunks +66 lines, -0 lines 0 comments Download
M src/compiler/x64/linkage-x64.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/cctest.status View 1 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/compiler/test-scheduler.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-deoptimization.cc View 3 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jarin
Could you take a look, please?
6 years, 4 months ago (2014-08-06 12:52:44 UTC) #1
Jarin
On 2014/08/06 12:52:44, jarin wrote: > Could you take a look, please? ping.
6 years, 4 months ago (2014-08-11 06:06:04 UTC) #2
Benedikt Meurer
lgtm
6 years, 4 months ago (2014-08-11 06:10:39 UTC) #3
Jarin
6 years, 4 months ago (2014-08-11 06:55:31 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as 23020 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698