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

Issue 6469083: Fix for bug http://code.google.com/p/v8/issues/detail?id=1176. (Closed)

Created:
9 years, 10 months ago by Martin Maly
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix for bug http://code.google.com/p/v8/issues/detail?id=1176. Updated the assert assumption of which was not correct with respect to "delete this". BUG=http://code.google.com/p/v8/issues/detail?id=1176. TEST=test/mjsunit/regress/regress-1176.js

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fixing comments.wq #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -26 lines) Patch
M src/arm/codegen-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 3 chunks +6 lines, -9 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 3 chunks +6 lines, -9 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A test/mjsunit/regress/regress-1176.js View 1 chunk +33 lines, -0 lines 0 comments Download
M test/mjsunit/strict-mode.js View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Martin Maly
Fix for bug 1176. An invalid assumption in the assert. http://codereview.chromium.org/6469083/diff/1/src/ia32/codegen-ia32.cc File src/ia32/codegen-ia32.cc (right): http://codereview.chromium.org/6469083/diff/1/src/ia32/codegen-ia32.cc#newcode8238 ...
9 years, 10 months ago (2011-02-21 20:18:36 UTC) #1
Mads Ager (chromium)
LGTM http://codereview.chromium.org/6469083/diff/1/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): http://codereview.chromium.org/6469083/diff/1/src/arm/full-codegen-arm.cc#newcode3376 src/arm/full-codegen-arm.cc:3376: // (but "delete this" is). Remove the parenthesis? ...
9 years, 10 months ago (2011-02-22 07:42:28 UTC) #2
Martin Maly
9 years, 10 months ago (2011-02-22 17:21:42 UTC) #3
Done. Thanks!

http://codereview.chromium.org/6469083/diff/1/src/arm/full-codegen-arm.cc
File src/arm/full-codegen-arm.cc (right):

http://codereview.chromium.org/6469083/diff/1/src/arm/full-codegen-arm.cc#new...
src/arm/full-codegen-arm.cc:3376: // (but "delete this" is).
On 2011/02/22 07:42:28, Mads Ager wrote:
> Remove the parenthesis? 
> 
> but "delete this" is allowed.

Done.

Powered by Google App Engine
This is Rietveld 408576698