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

Issue 773993002: Optimize add/set/delete operations for string keys in Maps and Sets (Closed)

Created:
6 years ago by adamk
Modified:
6 years ago
CC:
arv (Not doing code reviews), rossberg, v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Project:
v8
Visibility:
Public.

Description

Optimize add/set/delete operations for string keys in Maps and Sets

Patch Set 1 #

Patch Set 2 : Add MapSet support #

Patch Set 3 : Added Delete #

Patch Set 4 : Fixed #

Patch Set 5 : Add shrinking logic #

Unified diffs Side-by-side diffs Delta from patch set Stats (+366 lines, -49 lines) Patch
M src/collection.js View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
M src/hydrogen.h View 1 2 1 chunk +14 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 chunks +333 lines, -38 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M src/objects.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/runtime/runtime.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
adamk
I think this is ready for review. Some of these names are getting really long, ...
6 years ago (2014-12-03 03:35:51 UTC) #2
adamk
On 2014/12/03 03:35:51, adamk wrote: > I think this is ready for review. Some of ...
6 years ago (2014-12-03 03:44:14 UTC) #3
adamk
On 2014/12/03 03:44:14, adamk wrote: > On 2014/12/03 03:35:51, adamk wrote: > > I think ...
6 years ago (2014-12-03 04:03:33 UTC) #4
Dmitry Lomov (no reviews)
lgtm! very cool
6 years ago (2014-12-04 13:19:07 UTC) #5
arv (Not doing code reviews)
At this point I'm starting to wonder if we should revive the JS implementation I ...
6 years ago (2014-12-04 13:47:30 UTC) #7
adamk
On 2014/12/04 13:47:30, arv wrote: > At this point I'm starting to wonder if we ...
6 years ago (2014-12-04 18:16:30 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/773993002/70001
6 years ago (2014-12-04 19:41:06 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:70001)
6 years ago (2014-12-04 20:07:51 UTC) #11
adamk
6 years ago (2014-12-04 21:36:17 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #5 id:70001) has been created in
https://codereview.chromium.org/777233003/ by adamk@chromium.org.

The reason for reverting is: Caused test failures in mjsunit/es6/collections
with --deopt-every-n-times=1.

Powered by Google App Engine
This is Rietveld 408576698