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

Issue 10025031: Factored out common cases for type tests, used by instance of and assert assigneable. Using inlined… (Closed)

Created:
8 years, 8 months ago by srdjan
Modified:
8 years, 8 months ago
Reviewers:
regis
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Factored out common cases for type tests, used by instance of and assert assigneable. Using inlined type test cache in assert assigneable. Committed: https://code.google.com/p/dart/source/detail?r=6764

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -306 lines) Patch
M runtime/vm/code_generator.cc View 1 2 chunks +40 lines, -5 lines 0 comments Download
M runtime/vm/code_generator_ia32.h View 1 2 3 2 chunks +18 lines, -2 lines 0 comments Download
M runtime/vm/code_generator_ia32.cc View 1 2 3 6 chunks +281 lines, -299 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
srdjan
8 years, 8 months ago (2012-04-19 19:53:37 UTC) #1
regis
LGTM https://chromiumcodereview.appspot.com/10025031/diff/7002/runtime/vm/code_generator_ia32.cc File runtime/vm/code_generator_ia32.cc (right): https://chromiumcodereview.appspot.com/10025031/diff/7002/runtime/vm/code_generator_ia32.cc#newcode1460 runtime/vm/code_generator_ia32.cc:1460: void CodeGenerator::TestClassAndJump(const Class& cls, Label* label) { Remove ...
8 years, 8 months ago (2012-04-19 20:10:40 UTC) #2
srdjan
8 years, 8 months ago (2012-04-19 20:12:49 UTC) #3
https://chromiumcodereview.appspot.com/10025031/diff/7002/runtime/vm/code_gen...
File runtime/vm/code_generator_ia32.cc (right):

https://chromiumcodereview.appspot.com/10025031/diff/7002/runtime/vm/code_gen...
runtime/vm/code_generator_ia32.cc:1460: void
CodeGenerator::TestClassAndJump(const Class& cls, Label* label) {
On 2012/04/19 20:10:40, regis wrote:
> Remove this helper.

Done.

Powered by Google App Engine
This is Rietveld 408576698