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

Issue 421913010: Avoid linear search for function lookup. (Closed)

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

Description

Avoid linear search for function lookup. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=39101

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -10 lines) Patch
M runtime/vm/object.h View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 4 5 3 chunks +73 lines, -10 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/issue14236_test.dart View 1 2 3 4 5 Binary file 0 comments Download

Messages

Total messages: 4 (0 generated)
koda
6 years, 4 months ago (2014-08-06 22:36:59 UTC) #1
Ivan Posva
LGTM after addressing the issues we discussed. -Ivan https://codereview.chromium.org/421913010/diff/80001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/421913010/diff/80001/runtime/vm/object.cc#newcode1938 runtime/vm/object.cc:1938: ClassFunctionsSet ...
6 years, 4 months ago (2014-08-06 23:37:39 UTC) #2
koda
https://codereview.chromium.org/421913010/diff/80001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/421913010/diff/80001/runtime/vm/object.cc#newcode1938 runtime/vm/object.cc:1938: ClassFunctionsSet set(HashTables::New<ClassFunctionsSet>(len)); On 2014/08/06 23:37:39, Ivan Posva wrote: > ...
6 years, 4 months ago (2014-08-11 19:26:51 UTC) #3
koda
6 years, 4 months ago (2014-08-11 19:28:05 UTC) #4
Message was sent while issue was closed.
Committed patchset #6 manually as r39101 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698