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

Issue 118496: Fix a bug when shifting left by zero. Ensure that the left operand is... (Closed)

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

Description

Fix a bug when shifting left by zero. Ensure that the left operand is writable (non-aliased) so it can be used for the result in the slow case. Committed: http://code.google.com/p/v8/source/detail?r=2134

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M src/ia32/codegen-ia32.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M test/mjsunit/smi-ops.js View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
11 years, 6 months ago (2009-06-10 12:39:23 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698