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

Issue 542105: Fix a bug in the short-circuit logical operations in the toplevel... (Closed)

Created:
10 years, 11 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Fix a bug in the short-circuit logical operations in the toplevel code generator. Committed: http://code.google.com/p/v8/source/detail?r=3636

Patch Set 1 #

Patch Set 2 : Fix a bug in the short-circuit logical operations in the toplevel... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -41 lines) Patch
M src/ia32/fast-codegen-ia32.cc View 1 10 chunks +112 lines, -20 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 1 7 chunks +108 lines, -20 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
When performing the inlined comparisons before calling the ToBoolean stub on ia32 and x64, there ...
10 years, 11 months ago (2010-01-18 15:43:28 UTC) #1
fschneider
10 years, 11 months ago (2010-01-18 16:15:58 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698