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

Issue 3191026: Explicitly set expected number of properties for instances of builtin types. (Closed)

Created:
10 years, 4 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Explicitly set expected number of properties for instances of builtin types. We used to inherit an estimate on the expected number of properties in %SetCode. It is not accurate and does not help for the types where adding custom properties is rare (String, Date, etc.). Committed: http://code.google.com/p/v8/source/detail?r=5348

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1 line) Patch
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +11 lines, -1 line 0 comments Download
M src/v8natives.js View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
10 years, 4 months ago (2010-08-25 16:11:37 UTC) #1
Mads Ager (chromium)
10 years, 4 months ago (2010-08-25 17:11:12 UTC) #2
Excellent. LGTM!

Powered by Google App Engine
This is Rietveld 408576698