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

Issue 709033002: Teach TurboFan to call C functions with result_size > 1. (Closed)

Created:
6 years, 1 month ago by mvstanton
Modified:
6 years, 1 month ago
Reviewers:
titzer
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Teach TurboFan to call C functions with result_size > 1. Happily, this fixes WIN64 failures too. BUG= R=titzer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=25216

Patch Set 1 #

Total comments: 2

Patch Set 2 : Code comments. #

Total comments: 2

Patch Set 3 : Code comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M src/compiler/js-generic-lowering.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-graph.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/js-graph.cc View 1 2 1 chunk +9 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (1 generated)
mvstanton
Hi Ben, This fixes most of the Win64 turbofan failures. PTAL, thx! --Michael
6 years, 1 month ago (2014-11-07 14:29:34 UTC) #2
titzer
https://codereview.chromium.org/709033002/diff/1/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/709033002/diff/1/src/compiler/js-generic-lowering.cc#newcode226 src/compiler/js-generic-lowering.cc:226: CEntryStub stub(isolate(), fun->result_size); Can you make the result size ...
6 years, 1 month ago (2014-11-07 14:41:12 UTC) #3
mvstanton
Right on, adjusted, thx, --Michael https://codereview.chromium.org/709033002/diff/1/src/compiler/js-generic-lowering.cc File src/compiler/js-generic-lowering.cc (right): https://codereview.chromium.org/709033002/diff/1/src/compiler/js-generic-lowering.cc#newcode226 src/compiler/js-generic-lowering.cc:226: CEntryStub stub(isolate(), fun->result_size); On ...
6 years, 1 month ago (2014-11-07 14:49:38 UTC) #4
titzer
https://codereview.chromium.org/709033002/diff/20001/src/compiler/js-graph.cc File src/compiler/js-graph.cc (right): https://codereview.chromium.org/709033002/diff/20001/src/compiler/js-graph.cc#newcode29 src/compiler/js-graph.cc:29: DCHECK(result_size == 2); Any risk in just passing the ...
6 years, 1 month ago (2014-11-07 14:53:06 UTC) #5
mvstanton
Another update, thx. --Michael https://codereview.chromium.org/709033002/diff/20001/src/compiler/js-graph.cc File src/compiler/js-graph.cc (right): https://codereview.chromium.org/709033002/diff/20001/src/compiler/js-graph.cc#newcode29 src/compiler/js-graph.cc:29: DCHECK(result_size == 2); On 2014/11/07 ...
6 years, 1 month ago (2014-11-07 15:00:00 UTC) #6
titzer
lgtm
6 years, 1 month ago (2014-11-07 15:33:32 UTC) #7
mvstanton
6 years, 1 month ago (2014-11-07 15:34:51 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 25216 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698