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

Issue 8413047: Special code for equality comparison for Smi, allowing null on left or right without calling deop... (Closed)

Created:
9 years, 1 month ago by srdjan
Modified:
9 years, 1 month ago
Reviewers:
hausner
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Special code for equality comparison for Smi, allowing null on left or right without calling deoptimization. The full solution is to implement two arguments type feedback collection (maybe also collect null classes for equality comparison?) Committed: https://code.google.com/p/dart/source/detail?r=923

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -5 lines) Patch
M runtime/vm/code_generator.cc View 1 2 3 1 chunk +4 lines, -2 lines 0 comments Download
M runtime/vm/opt_code_generator_ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/opt_code_generator_ia32.cc View 1 2 3 4 5 3 chunks +97 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
srdjan
9 years, 1 month ago (2011-10-28 20:31:51 UTC) #1
hausner
9 years, 1 month ago (2011-10-28 22:04:43 UTC) #2
lgtm.

Powered by Google App Engine
This is Rietveld 408576698