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

Issue 155405: Convert object to fast mode after creation. That enables more optimizations.... (Closed)

Created:
11 years, 5 months ago by antonm
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Convert object to fast mode after creation. That enables more optimizations. Committed: http://code.google.com/p/v8/source/detail?r=2433

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/apinatives.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
antonm
11 years, 5 months ago (2009-07-11 05:15:28 UTC) #1
Kasper Lund
11 years, 5 months ago (2009-07-13 08:24:06 UTC) #2
As long as we're using cloning for fast object allocation through the API, I
guess this change is fine, so LGTM.

Ideally, we could get rid of this by making sure that initial map for the API
functions are in fast case already, but for now this does the trick.

Powered by Google App Engine
This is Rietveld 408576698