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

Issue 20415: Experimental: fix bug in the deferred code for object literals. The... (Closed)

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

Description

Experimental: fix bug in the deferred code for object literals. The "virtual" frame elements created by VirtualFrame::Push do not yet work on ARM, switch to the materialized stack elements created by VirtualFrame::EmitPush. Rename the deferred code class to match the deferred code naming convention (DeferredXXX). Committed: http://code.google.com/p/v8/source/detail?r=1285

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
M src/codegen-arm.cc View 4 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 10 months ago (2009-02-17 08:17:25 UTC) #1
Mads Ager (chromium)
11 years, 10 months ago (2009-02-17 08:19:05 UTC) #2
Looks good.

Powered by Google App Engine
This is Rietveld 408576698