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

Issue 74753006: Fix number of parameters passed into PrepareCallCFunction in code age stubs (Closed)

Created:
7 years, 1 month ago by yurys
Modified:
7 years ago
Reviewers:
Sven Panne, dcarney
CC:
v8-dev
Visibility:
Public.

Description

Fix number of parameters passed into PrepareCallCFunction in code age stubs In r16710 Additional parameter (Isolate) was added to parameter lists of some native functions called from the generated code. However, corresponding PrepareCallCFunction arguments changed only on i32. This CL updates other architectures to match actual value. BUG=None LOG=None R=dcarney@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18379

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M src/arm/builtins-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
yurys
7 years, 1 month ago (2013-11-18 13:59:59 UTC) #1
Sven Panne
Is this CL still necessary? What test cases are crashing? If there are none, please ...
7 years, 1 month ago (2013-11-20 13:14:08 UTC) #2
yurys
On 2013/11/20 13:14:08, Sven Panne wrote: > Is this CL still necessary? What test cases ...
7 years, 1 month ago (2013-11-20 14:03:21 UTC) #3
yurys
Sven, does the rationale above makes sense to you or this is a too minor ...
7 years ago (2013-12-18 08:46:30 UTC) #4
dcarney
On 2013/12/18 08:46:30, yurys wrote: > Sven, does the rationale above makes sense to you ...
7 years ago (2013-12-18 09:22:28 UTC) #5
yurys
On 2013/12/18 09:22:28, dcarney wrote: > On 2013/12/18 08:46:30, yurys wrote: > > Sven, does ...
7 years ago (2013-12-18 09:23:58 UTC) #6
dcarney
On 2013/12/18 09:23:58, yurys wrote: > On 2013/12/18 09:22:28, dcarney wrote: > > On 2013/12/18 ...
7 years ago (2013-12-18 09:45:39 UTC) #7
yurys
7 years ago (2013-12-20 07:46:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 manually as r18379 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698