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

Issue 11016028: Add fast 64-bit integer ADD and SUB to the optimizing compiler. (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

Add fast 64-bit integer ADD and SUB to the optimizing compiler. They operate on unboxed 64-bit integers stored in xmm registers. I also fixed an issue with some SSE 4 specific assembler tests where we hit an assert with an empty assembler buffer when running with --no-use-sse41. Committed: https://code.google.com/p/dart/source/detail?r=13211

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -101 lines) Patch
M runtime/vm/assembler_ia32.h View 3 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 4 chunks +39 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32_test.cc View 8 chunks +89 lines, -6 lines 0 comments Download
M runtime/vm/disassembler_ia32.cc View 5 chunks +110 lines, -83 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +54 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 2 months ago (2012-10-03 14:22:37 UTC) #1
srdjan
8 years, 2 months ago (2012-10-03 15:42:34 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698