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

Issue 12646012: Improve code (less code, slightly faster) for polymorphic calls, by loading the argument descriptor… (Closed)

Created:
7 years, 9 months ago by srdjan
Modified:
7 years, 9 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, Vyacheslav Egorov (Google), Florian Schneider, Kevin Millikin (Google)
Visibility:
Public.

Description

Improve code (less code, slightly faster) for polymorphic calls, by loading the argument descriptor only once instead of once for each call. Committed: https://code.google.com/p/dart/source/detail?r=20254

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -31 lines) Patch
M runtime/vm/code_patcher_ia32.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/code_patcher_x64.cc View 2 chunks +9 lines, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 3 chunks +18 lines, -8 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 3 chunks +18 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 9 months ago (2013-03-19 21:47:05 UTC) #1
srdjan
7 years, 9 months ago (2013-03-19 21:47:31 UTC) #2
siva
lgtm
7 years, 9 months ago (2013-03-19 21:58:37 UTC) #3
srdjan
7 years, 9 months ago (2013-03-19 22:43:08 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r20254 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698