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

Issue 1919173004: Use static dispatch for dynamic on Object methods (Closed)

Created:
4 years, 8 months ago by Harry Terkelsen
Modified:
4 years, 7 months ago
Reviewers:
vsm, Jennifer Messerly
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Use static dispatch for dynamic on Object methods Fixes #510 R=jmesserly@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/2574c5d559cd5125820166ff8f9ba52f78445512

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -2 lines) Patch
M lib/src/compiler/code_generator.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M test/codegen/expect/language-all.js View Binary file 0 comments Download
A + test/codegen/language/hashcode_dynamic_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
Harry Terkelsen
4 years, 8 months ago (2016-04-26 20:47:43 UTC) #2
Harry Terkelsen
https://codereview.chromium.org/1919173004/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1919173004/diff/1/lib/src/compiler/code_generator.dart#newcode3133 lib/src/compiler/code_generator.dart:3133: var type = target.propagatedType ?? getStaticType(target); btw, this is ...
4 years, 8 months ago (2016-04-26 20:51:55 UTC) #3
Jennifer Messerly
Nice find! https://codereview.chromium.org/1919173004/diff/1/lib/src/compiler/code_generator.dart File lib/src/compiler/code_generator.dart (right): https://codereview.chromium.org/1919173004/diff/1/lib/src/compiler/code_generator.dart#newcode3133 lib/src/compiler/code_generator.dart:3133: var type = target.propagatedType ?? getStaticType(target); On ...
4 years, 8 months ago (2016-04-26 21:04:56 UTC) #4
Jennifer Messerly
LGTM!
4 years, 7 months ago (2016-04-27 00:52:31 UTC) #6
Harry Terkelsen
4 years, 7 months ago (2016-04-27 00:54:08 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
2574c5d559cd5125820166ff8f9ba52f78445512 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698