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

Issue 6597106: ARM: Support %_SwapElements in the full compiler (Closed)

Created:
9 years, 9 months ago by Søren Thygesen Gjesse
Modified:
9 years, 7 months ago
Reviewers:
Karl Klose
CC:
v8-dev
Visibility:
Public.

Description

ARM: Support %_SwapElements in the full compiler Committed: http://code.google.com/p/v8/source/detail?r=7033

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -0 lines) Patch
M src/arm/full-codegen-arm.cc View 1 1 chunk +73 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Søren Thygesen Gjesse
9 years, 9 months ago (2011-03-02 14:49:35 UTC) #1
Karl Klose
LGTM http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc#newcode3137 src/arm/full-codegen-arm.cc:3137: // Check the object's elements are in fast ...
9 years, 9 months ago (2011-03-02 15:04:39 UTC) #2
Søren Thygesen Gjesse
http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right): http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc#newcode3137 src/arm/full-codegen-arm.cc:3137: // Check the object's elements are in fast case ...
9 years, 9 months ago (2011-03-03 07:34:31 UTC) #3
Søren Thygesen Gjesse
9 years, 9 months ago (2011-03-03 07:35:38 UTC) #4
On 2011/03/03 07:34:31, Søren Gjesse wrote:
> http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc
> File src/arm/full-codegen-arm.cc (right):
> 
>
http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc#...
> src/arm/full-codegen-arm.cc:3137: // Check the object's elements are in fast
> case and writable.
> On 2011/03/02 15:04:39, Karl Klose wrote:
> > What does writable mean here?
> 
> It means that it is not copy-on-write (copy-on-write JSArrays has a different
> map).

It is the fixed array holding the data for a JSArray that has a different map in
the cow case - not the JSArray itself.

Powered by Google App Engine
This is Rietveld 408576698