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

Issue 11038016: Fix bug with mint unboxing on non-SSE 4.1 machines. (Closed)

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

Description

Fix bug with mint unboxing on non-SSE 4.1 machines. I forgot to check for SSE 4.1 support in one place. For machines that do not support SSE 4.1 we should never generated unboxed mint operations. Committed: https://code.google.com/p/dart/source/detail?r=13164

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M runtime/vm/assembler_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/assembler_x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +1 line, -4 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 2 months ago (2012-10-02 15:13:49 UTC) #1
srdjan
8 years, 2 months ago (2012-10-02 15:23:52 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698