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

Issue 497623002: Precreate handles for the key object and smi values and use these (Closed)

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

Description

Precreate handles for the key object and smi values and use these handles in the find and insert methods instead of allocating a new handle each time. R=koda@google.com Committed: https://code.google.com/p/dart/source/detail?r=39479

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -23 lines) Patch
M runtime/vm/hash_table.h View 1 2 12 chunks +35 lines, -23 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
siva
6 years, 4 months ago (2014-08-21 20:33:45 UTC) #1
koda
lgtm Thanks. https://chromiumcodereview.appspot.com/497623002/diff/20001/runtime/vm/hash_table.h File runtime/vm/hash_table.h (right): https://chromiumcodereview.appspot.com/497623002/diff/20001/runtime/vm/hash_table.h#newcode256 runtime/vm/hash_table.h:256: Object* KeyHandle() const { Does this need ...
6 years, 4 months ago (2014-08-21 20:57:25 UTC) #2
siva
https://chromiumcodereview.appspot.com/497623002/diff/20001/runtime/vm/hash_table.h File runtime/vm/hash_table.h (right): https://chromiumcodereview.appspot.com/497623002/diff/20001/runtime/vm/hash_table.h#newcode256 runtime/vm/hash_table.h:256: Object* KeyHandle() const { On 2014/08/21 20:57:25, koda wrote: ...
6 years, 4 months ago (2014-08-21 23:54:30 UTC) #3
siva
6 years, 4 months ago (2014-08-21 23:57:52 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r39479 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698