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

Issue 169223005: Simplify type argument instantiation cache lookup by introducing an array (Closed)

Created:
6 years, 10 months ago by regis
Modified:
6 years, 10 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Simplify type argument instantiation cache lookup by introducing an array of 1 zero Smi. Committed: https://code.google.com/p/dart/source/detail?r=32756

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -95 lines) Patch
M runtime/vm/intermediate_language_arm.cc View 1 chunk +5 lines, -7 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 8 chunks +34 lines, -11 lines 0 comments Download
M runtime/vm/object_test.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/vm/snapshot.cc View 2 chunks +9 lines, -0 lines 0 comments Download
M runtime/vm/snapshot_ids.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 3 chunks +8 lines, -13 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 3 chunks +8 lines, -13 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 3 chunks +8 lines, -14 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 3 chunks +8 lines, -13 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
regis
6 years, 10 months ago (2014-02-18 19:30:09 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 manually as r32756 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698