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

Issue 10056004: Fix performance issue with instanceof String checks on ia32. x64 in new compiler is coming in a fol… (Closed)

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

Description

Fix performance issue with instanceof String checks on ia32. x64 in new compiler is coming in a following CL: use inlined type-test cache to compare against String interface and simplify test against bool. This CL addresses the issue 2530. Committed: https://code.google.com/p/dart/source/detail?r=6445

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -51 lines) Patch
M runtime/vm/code_generator_ia32.cc View 1 chunk +47 lines, -51 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
8 years, 8 months ago (2012-04-11 23:53:32 UTC) #1
regis
8 years, 8 months ago (2012-04-12 00:08:09 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698