Closed
Bug 481415
Opened 16 years ago
Closed 16 years ago
instrument array type uniformity
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: shaver, Unassigned)
Details
Attachments
(1 file)
5.48 KB,
patch
|
Details | Diff | Splinter Review |
We've been talking about doing type-specialized storage for indexed array properties, and I have a patch that tracks some statistics about where we see same-type arrays (at finalization time, so there is some noise in the signal).
Second column is number of arrays, third is summed number of entries (dense). Running all of the ss tests gives:
array type meter (0x282000):
all int: 31428 138580
all dbl: 18097 105163
all str: 16027 117386
all obj: 2737 14847
(other): 1222 153627
Reporter | ||
Comment 1•16 years ago
|
||
I guess this was as instrumented as it needed to get!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•