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

Issue 304253002: Hash tables templates, wrapping Array. (Closed)

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

Description

Hash tables templates, wrapping Array. Highly customizable to support various internal uses as well as the basis for user-level classes. Use in Library's resolved names cache. Next step is to add new instance classes for the user-level maps/sets (akin to GrowableObjectArray). R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37716

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 32

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+869 lines, -73 lines) Patch
A runtime/vm/hash_table.h View 1 2 3 4 5 6 7 1 chunk +557 lines, -0 lines 0 comments Download
A runtime/vm/hash_table_test.cc View 1 2 3 4 5 6 1 chunk +287 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 6 7 5 chunks +23 lines, -73 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M tests/standalone/issue14236_test.dart View 1 2 3 4 5 6 Binary file 0 comments Download

Messages

Total messages: 8 (0 generated)
koda
6 years, 6 months ago (2014-06-06 17:29:14 UTC) #1
koda
The code is quite template-heavy, mostly because I wanted to share code, and also to ...
6 years, 6 months ago (2014-06-06 17:42:00 UTC) #2
siva
Sorry for the delay, just a few nits. https://codereview.chromium.org/304253002/diff/100001/runtime/vm/hash_table.h File runtime/vm/hash_table.h (right): https://codereview.chromium.org/304253002/diff/100001/runtime/vm/hash_table.h#newcode96 runtime/vm/hash_table.h:96: // ...
6 years, 6 months ago (2014-06-13 19:51:19 UTC) #3
koda
Addressed all comments and updated issue14236_test; PTAL. https://codereview.chromium.org/304253002/diff/100001/runtime/vm/hash_table.h File runtime/vm/hash_table.h (right): https://codereview.chromium.org/304253002/diff/100001/runtime/vm/hash_table.h#newcode96 runtime/vm/hash_table.h:96: // TODO(koda): ...
6 years, 6 months ago (2014-06-23 19:44:56 UTC) #4
koda
On 2014/06/23 19:44:56, koda wrote: > Addressed all comments and updated issue14236_test; PTAL. > > ...
6 years, 6 months ago (2014-06-25 23:37:21 UTC) #5
siva
LGTM. Can you add a comment in hash_table.h that the use of stl map and ...
6 years, 6 months ago (2014-06-26 00:27:21 UTC) #6
koda
On 2014/06/26 00:27:21, siva wrote: > LGTM. > > Can you add a comment in ...
6 years, 6 months ago (2014-06-26 00:50:46 UTC) #7
koda
6 years, 6 months ago (2014-06-26 00:51:09 UTC) #8
Message was sent while issue was closed.
Committed patchset #8 manually as r37716 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698