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

Issue 196024: Last step in allocating objects in generated code on ARM (Closed)

Created:
11 years, 3 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Last step in allocating objects in generated code on ARM. Port specialized constructor code for constructing simple objects to ARM. See http://codereview.chromium.org/173470 for description. Committed: http://code.google.com/p/v8/source/detail?r=2834

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -1 line) Patch
M src/arm/stub-cache-arm.cc View 1 1 chunk +136 lines, -1 line 4 comments Download

Messages

Total messages: 3 (0 generated)
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-04 13:24:01 UTC) #1
Erik Corry
LGTM http://codereview.chromium.org/196024/diff/2001/3001 File src/arm/stub-cache-arm.cc (right): http://codereview.chromium.org/196024/diff/2001/3001#newcode1364 Line 1364: __ cmp(r2, r7); I'd like to see ...
11 years, 3 months ago (2009-09-07 10:21:45 UTC) #2
Søren Thygesen Gjesse
11 years, 3 months ago (2009-09-07 10:26:43 UTC) #3
http://codereview.chromium.org/196024/diff/2001/3001
File src/arm/stub-cache-arm.cc (right):

http://codereview.chromium.org/196024/diff/2001/3001#newcode1364
Line 1364: __ cmp(r2, r7);
On 2009/09/07 10:21:45, Erik Corry wrote:
> I'd like to see a performance bot run with and without this.

I will do that.

http://codereview.chromium.org/196024/diff/2001/3001#newcode1396
Line 1396: ASSERT(Heap::MaxObjectSizeInPagedSpace() >=
JSObject::kMaxInstanceSize);
On 2009/09/07 10:21:45, Erik Corry wrote:
> Unnecessary assert.

Done.

Powered by Google App Engine
This is Rietveld 408576698