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

Issue 53002: Fix issue 284.... (Closed)

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

Description

Fix issue 284. The problem was continuing out of the body of a for/in (where we do register allocation) to the loop update (where we do not). Variables allocated to registers where not preserved. Committed: http://code.google.com/p/v8/source/detail?r=1585

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -41 lines) Patch
M src/codegen-arm.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M src/codegen-ia32.cc View 1 chunk +5 lines, -2 lines 0 comments Download
D test/mjsunit/bugs/bug-284.js View 1 chunk +0 lines, -37 lines 0 comments Download
A test/mjsunit/regress/regress-284.js View 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-24 08:21:08 UTC) #1
Kasper Lund
11 years, 9 months ago (2009-03-24 08:24:40 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698