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

Issue 859943005: Fix 64-bit bug in optimized class-check instructions. (Closed)

Created:
5 years, 11 months ago by Florian Schneider
Modified:
5 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix 64-bit bug in optimized class-check instructions. The mask is machine-word wide, so the computation of the mask must not use a 32-bit shift operation. BUG=dartbug.com/22104 TEST=tests/language/vm/optimized_check_class_test.dart R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=43014

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -1 line) Patch
M runtime/vm/intermediate_language.cc View 1 chunk +1 line, -1 line 0 comments Download
A tests/language/vm/optimized_check_class_test.dart View 1 chunk +70 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
5 years, 11 months ago (2015-01-20 14:42:54 UTC) #2
Vyacheslav Egorov (Google)
lgtm
5 years, 11 months ago (2015-01-20 15:54:43 UTC) #3
Florian Schneider
5 years, 11 months ago (2015-01-20 16:00:51 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r43014 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698