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

Issue 10536162: Add token kind into InstanceCallComp so that we do not need to extract it from name (addresses vego… (Closed)

Created:
8 years, 6 months ago by srdjan
Modified:
8 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add token kind into InstanceCallComp so that we do not need to extract it from name (addresses vego… Committed: https://code.google.com/p/dart/source/detail?r=8675

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -50 lines) Patch
M runtime/vm/flow_graph_builder.cc View 1 4 chunks +9 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 1 chunk +7 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/token.h View 1 1 chunk +2 lines, -3 lines 0 comments Download
M runtime/vm/token.cc View 1 1 chunk +20 lines, -34 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 6 months ago (2012-06-14 02:24:14 UTC) #1
Vyacheslav Egorov (Google)
lgtm https://chromiumcodereview.appspot.com/10536162/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://chromiumcodereview.appspot.com/10536162/diff/1/runtime/vm/intermediate_language.h#newcode505 runtime/vm/intermediate_language.h:505: const Token::Kind token_kind_; Please add a comment that ...
8 years, 6 months ago (2012-06-14 11:24:03 UTC) #2
srdjan
8 years, 6 months ago (2012-06-14 17:14:58 UTC) #3
https://chromiumcodereview.appspot.com/10536162/diff/1/runtime/vm/intermediat...
File runtime/vm/intermediate_language.h (right):

https://chromiumcodereview.appspot.com/10536162/diff/1/runtime/vm/intermediat...
runtime/vm/intermediate_language.h:505: const Token::Kind token_kind_;
On 2012/06/14 11:24:03, Vyacheslav Egorov (Google) wrote:
> Please add a comment that it is expected to be binary op, unary op or kGET for
> getter invocations.

Added comment and assert

Powered by Google App Engine
This is Rietveld 408576698