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

Issue 1378273002: Retire GC lockout on initializing hash buckets. (Closed)

Created:
5 years, 2 months ago by sof
Modified:
5 years, 2 months ago
CC:
chromium-reviews, oilpan-reviews, Mads Ager (chromium), blink-reviews, blink-reviews-wtf_chromium.org, kouhei+heap_chromium.org, Mikhail
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Retire GC lockout on initializing hash buckets. Do not disallow GCs across initialization of hash table buckets, be they from freshly allocated tables or reuse of deleted entries. It serves no real purpose to disallow GCs for the reasons given in the code (the key isn't stored separately), and if the bucket is a deleted entry being initialized, we already run the risk of having GCs with those in the table. Hence, disallowing it extra here serves no purpose. R=haraken BUG= Committed: https://crrev.com/514b91aef76eb537eea23900427d32d888c8d4ae Cr-Commit-Position: refs/heads/master@{#351781}

Patch Set 1 #

Patch Set 2 : reinstate enter/leaveGCForbiddenScope()..needed elsewhere #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -6 lines) Patch
M third_party/WebKit/Source/wtf/HashTable.h View 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
sof
please take a look. I've been going over this one for the past day, trying ...
5 years, 2 months ago (2015-10-01 08:36:14 UTC) #2
haraken
On 2015/10/01 08:36:14, sof wrote: > please take a look. > > I've been going ...
5 years, 2 months ago (2015-10-01 08:39:29 UTC) #3
haraken
OK, PS2 LGTM
5 years, 2 months ago (2015-10-01 08:39:50 UTC) #4
sof
On 2015/10/01 08:39:29, haraken wrote: > On 2015/10/01 08:36:14, sof wrote: > > please take ...
5 years, 2 months ago (2015-10-01 08:41:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1378273002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1378273002/20001
5 years, 2 months ago (2015-10-01 12:23:56 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 2 months ago (2015-10-01 12:28:42 UTC) #8
commit-bot: I haz the power
5 years, 2 months ago (2015-10-01 12:29:24 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/514b91aef76eb537eea23900427d32d888c8d4ae
Cr-Commit-Position: refs/heads/master@{#351781}

Powered by Google App Engine
This is Rietveld 408576698