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

Issue 1878733004: debug subtract error (Closed)

Created:
4 years, 8 months ago by aseemgarg
Modified:
4 years, 8 months ago
Reviewers:
bradnelson, bradn, ahaas
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -0 lines) Patch
M test/mjsunit/wasm/asm-wasm.js View 1 chunk +13 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 9 (2 generated)
aseemgarg
Hey Andreas Seems like the subtract 0 error is not fully fixed. Please see this ...
4 years, 8 months ago (2016-04-11 21:12:45 UTC) #1
bradn
I take it the wasm level test doesn't repro this anymore? What's the difference in ...
4 years, 8 months ago (2016-04-12 17:19:38 UTC) #3
ahaas
On 2016/04/12 at 17:19:38, bradnelson wrote: > I take it the wasm level test doesn't ...
4 years, 8 months ago (2016-04-12 18:13:34 UTC) #4
ahaas
On 2016/04/12 at 18:13:34, ahaas wrote: > On 2016/04/12 at 17:19:38, bradnelson wrote: > > ...
4 years, 8 months ago (2016-04-12 18:22:03 UTC) #5
ahaas
On 2016/04/12 at 18:22:03, ahaas wrote: > On 2016/04/12 at 18:13:34, ahaas wrote: > > ...
4 years, 8 months ago (2016-04-14 07:29:32 UTC) #6
ahaas
On 2016/04/14 at 07:29:32, ahaas wrote: > On 2016/04/12 at 18:22:03, ahaas wrote: > > ...
4 years, 8 months ago (2016-04-21 06:57:40 UTC) #7
aseemgarg
4 years, 8 months ago (2016-04-21 18:24:32 UTC) #9
Message was sent while issue was closed.
On 2016/04/21 06:57:40, ahaas wrote:
> On 2016/04/14 at 07:29:32, ahaas wrote:
> > On 2016/04/12 at 18:22:03, ahaas wrote:
> > > On 2016/04/12 at 18:13:34, ahaas wrote:
> > > > On 2016/04/12 at 17:19:38, bradnelson wrote:
> > > > > I take it the wasm level test doesn't repro this anymore?
> > > > > What's the difference in wasm bytes?
> > > > 
> > > > Hi,
> > > > 
> > > > The problem is that when you pass an int32 to wasm it is first converted
> to a float64 and then back to an int64. Through these conversions the -1 gets
> sign extended and thereby causes the problem. Do you need the bug fix soon or
> can it wait until Thursday?  I attend a workshop today and tomorrow so I don't
> really have time for it.
> > > 
> > > This CL (https://codereview.chromium.org/1877133004) would fix your
problem.
> > 
> > Problem fixed in https://codereview.chromium.org/1877133004
> 
> Can we close this CL?

closed

Powered by Google App Engine
This is Rietveld 408576698