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

Issue 8995019: More optimizations (Closed)

Created:
9 years ago by srdjan
Modified:
9 years ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

More optimizations: in binary operations check sometimesnnn for two classes instead of one; call some target operators directly (checked call) instead of via inline cache call; allow smi/double binary operations to be inlined. Committed: https://code.google.com/p/dart/source/detail?r=2732

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+107 lines, -82 lines) Patch
M runtime/vm/code_generator_ia32.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/opt_code_generator_ia32.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 1 2 3 4 5 6 7 8 16 chunks +105 lines, -80 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
9 years ago (2011-12-21 01:39:29 UTC) #1
siva
9 years ago (2011-12-21 18:08:42 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698