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

Issue 22629005: Add a performance assert that we do not emit a null check for smi class-ids. Instead we should use … (Closed)

Created:
7 years, 4 months ago by srdjan
Modified:
7 years, 4 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, Vyacheslav Egorov (Google), vm-dev_dartlang.org
Visibility:
Public.

Description

Add a performance assert that we do not emit a null check for smi class-ids. Instead we should use CheckSmiInstr which does a bit test. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=25928

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
srdjan
7 years, 4 months ago (2013-08-08 16:05:35 UTC) #1
Cutch
lgtm
7 years, 4 months ago (2013-08-08 16:07:10 UTC) #2
srdjan
7 years, 4 months ago (2013-08-08 16:19:26 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r25928 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698