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

Issue 610363002: Map::Hash() calculation made deterministic in predictable mode. (Closed)

Created:
6 years, 2 months ago by Igor Sheludko
Modified:
6 years, 2 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Map::Hash() calculation made deterministic in predictable mode. BUG=v8:3563 LOG=N R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24281

Patch Set 1 : #

Patch Set 2 : Addressed comments #

Total comments: 1

Patch Set 3 : Rebased + more comments addressed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M src/objects.cc View 1 2 1 chunk +12 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Igor Sheludko
PTAL
6 years, 2 months ago (2014-09-29 08:21:53 UTC) #3
Jakob Kummerow
LGTM. I wonder if we should do this in general (i.e. without FLAG_predictable too).
6 years, 2 months ago (2014-09-29 09:25:30 UTC) #4
Sven Panne
On 2014/09/29 09:25:30, Jakob wrote: > LGTM. > > I wonder if we should do ...
6 years, 2 months ago (2014-09-29 09:48:52 UTC) #5
Igor Sheludko
On 2014/09/29 09:48:52, Sven Panne wrote: > On 2014/09/29 09:25:30, Jakob wrote: > > LGTM. ...
6 years, 2 months ago (2014-09-29 10:18:32 UTC) #6
Jakob Kummerow
https://codereview.chromium.org/610363002/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/610363002/diff/40001/src/objects.cc#newcode9018 src/objects.cc:9018: hash ^= ObjectAddressForHashing(prototype()) << 2; To document our offline ...
6 years, 2 months ago (2014-09-29 10:38:21 UTC) #7
Igor Sheludko
Addressed all the comments.
6 years, 2 months ago (2014-09-29 10:48:49 UTC) #8
Jakob Kummerow
Thanks, still LGTM.
6 years, 2 months ago (2014-09-29 10:51:05 UTC) #9
Igor Sheludko
6 years, 2 months ago (2014-09-29 11:29:55 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as 24281 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698