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

Issue 1998263002: Include multiplication in the megamorphic cache hash to avoid cid ranges overlapping modulo table s… (Closed)

Created:
4 years, 7 months ago by rmacnak
Modified:
4 years, 7 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Include multiplication in the megamorphic cache hash to avoid cid ranges overlapping modulo table size from causing large displacements. CompileOnceHelloHtml +7.115% x64 Dart2JSCompileAll +1.363% x64 R=iposva@google.com Committed: https://github.com/dart-lang/sdk/commit/4d48c341bf79731cb60420ed51abc53a2b4d38fa

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M runtime/vm/object.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
rmacnak
4 years, 7 months ago (2016-05-20 16:37:23 UTC) #3
Ivan Posva
LGTM -ip
4 years, 7 months ago (2016-05-20 17:18:10 UTC) #4
rmacnak
4 years, 7 months ago (2016-05-20 17:41:47 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
4d48c341bf79731cb60420ed51abc53a2b4d38fa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698