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

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

Created:
6 years ago by adamk
Modified:
6 years ago
CC:
v8-dev, rossberg, arv (Not doing code reviews)
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 This was previously landed in commit 66e2f60, but failed the collections mjsunit test with --deopt-every-n=1 due to a typo in the shrinking code. This patch corrects and simplifies the shrinking logic, and the tests now pass. R=dslomov@chromium.org Committed: https://chromium.googlesource.com/v8/v8/+/8599f5f047b4400f7f61de9e449b2246c9aad471

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+367 lines, -49 lines) Patch
M src/collection.js View 4 chunks +4 lines, -4 lines 0 comments Download
M src/hydrogen.h View 1 chunk +14 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 5 chunks +334 lines, -38 lines 0 comments Download
M src/hydrogen-instructions.h View 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 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
adamk
6 years ago (2014-12-04 22:17:55 UTC) #2
Dmitry Lomov (no reviews)
lgtm, but what was the typo?
6 years ago (2014-12-05 13:38:45 UTC) #3
adamk
On 2014/12/05 13:38:45, Dmitry Lomov (chromium) wrote: > lgtm, but what was the typo? There ...
6 years ago (2014-12-05 17:09:26 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/777663003/1
6 years ago (2014-12-05 17:10:04 UTC) #6
adamk
On 2014/12/05 17:10:04, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years ago (2014-12-05 17:19:38 UTC) #8
Dmitry Lomov (no reviews)
On 2014/12/05 17:19:38, adamk wrote: > On 2014/12/05 17:10:04, I haz the power (commit-bot) wrote: ...
6 years ago (2014-12-05 20:07:12 UTC) #9
adamk
On 2014/12/05 20:07:12, Dmitry Lomov (chromium) wrote: > On 2014/12/05 17:19:38, adamk wrote: > > ...
6 years ago (2014-12-05 20:56:28 UTC) #10
adamk
Committed patchset #1 (id:1) manually as 8599f5f047b4400f7f61de9e449b2246c9aad471 (presubmit successful).
6 years ago (2014-12-05 21:04:08 UTC) #11
adamk
6 years ago (2014-12-05 22:24:16 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/742353006/ by adamk@chromium.org.

The reason for reverting is: Deopt fuzzer reports that something's still broken,
reverting until
I can create a minimal repro..

Powered by Google App Engine
This is Rietveld 408576698