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

Issue 474033002: Ensure that hash for a symbol is not set to 0 when it is made external. (Closed)

Created:
6 years, 4 months ago by siva
Modified:
6 years, 4 months ago
Reviewers:
koda, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Ensure that hash for a symbol is not set to 0 when it is made external. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=39268

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -11 lines) Patch
M runtime/vm/dart_api_impl_test.cc View 1 chunk +38 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +10 lines, -6 lines 0 comments Download
M runtime/vm/symbols.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
6 years, 4 months ago (2014-08-14 20:27:13 UTC) #1
siva
6 years, 4 months ago (2014-08-14 20:33:35 UTC) #2
Ivan Posva
LGTM -Ivan https://chromiumcodereview.appspot.com/474033002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/474033002/diff/1/runtime/vm/object.cc#newcode17072 runtime/vm/object.cc:17072: RELEASE_ASSERT(!result.HasHash() || We are aware that this ...
6 years, 4 months ago (2014-08-14 20:42:12 UTC) #3
koda
https://chromiumcodereview.appspot.com/474033002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/474033002/diff/1/runtime/vm/object.cc#newcode17073 runtime/vm/object.cc:17073: (result.Hash() == String::Hash(ext_array, str_length))); This is costly to always ...
6 years, 4 months ago (2014-08-14 20:43:30 UTC) #4
siva
https://chromiumcodereview.appspot.com/474033002/diff/1/runtime/vm/object.cc File runtime/vm/object.cc (right): https://chromiumcodereview.appspot.com/474033002/diff/1/runtime/vm/object.cc#newcode17072 runtime/vm/object.cc:17072: RELEASE_ASSERT(!result.HasHash() || On 2014/08/14 20:42:12, Ivan Posva wrote: > ...
6 years, 4 months ago (2014-08-14 21:04:57 UTC) #5
siva
6 years, 4 months ago (2014-08-14 21:17:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r39268 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698