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

Issue 25118002: Eliminates more large immediates from x64 code. (Closed)

Created:
7 years, 2 months ago by zra
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, srdjan
Visibility:
Public.

Description

Eliminates more large immediates from x64 code. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=28067

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+510 lines, -269 lines) Patch
M runtime/vm/assembler_x64.h View 1 2 3 4 5 8 chunks +24 lines, -5 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 2 3 4 5 18 chunks +221 lines, -28 lines 0 comments Download
M runtime/vm/assembler_x64_test.cc View 1 2 3 4 3 chunks +13 lines, -13 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 3 4 25 chunks +49 lines, -43 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 73 chunks +173 lines, -155 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 3 4 5 chunks +10 lines, -5 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 4 13 chunks +16 lines, -16 lines 0 comments Download
M runtime/vm/stub_code_x64_test.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
zra
Starting out with immediates generated for the IL and the flow graph, as much as ...
7 years, 2 months ago (2013-09-27 23:40:55 UTC) #1
Florian Schneider
Can you explain why is PP not valid in the intrinsic code? https://codereview.chromium.org/25118002/diff/22001/runtime/vm/assembler_x64.cc File runtime/vm/assembler_x64.cc ...
7 years, 2 months ago (2013-09-30 11:48:35 UTC) #2
zra
All the intrinsics have some PP loaded, and can therefore access Null, True and False ...
7 years, 2 months ago (2013-09-30 18:01:08 UTC) #3
Florian Schneider
LGTM. https://codereview.chromium.org/25118002/diff/32001/runtime/vm/assembler_x64.cc File runtime/vm/assembler_x64.cc (right): https://codereview.chromium.org/25118002/diff/32001/runtime/vm/assembler_x64.cc#newcode2475 runtime/vm/assembler_x64.cc:2475: (Isolate::Current() == Dart::vm_isolate())) { These 3 conditions seem ...
7 years, 2 months ago (2013-09-30 18:43:35 UTC) #4
zra
Thanks! https://codereview.chromium.org/25118002/diff/32001/runtime/vm/assembler_x64.cc File runtime/vm/assembler_x64.cc (right): https://codereview.chromium.org/25118002/diff/32001/runtime/vm/assembler_x64.cc#newcode2475 runtime/vm/assembler_x64.cc:2475: (Isolate::Current() == Dart::vm_isolate())) { On 2013/09/30 18:43:35, Florian ...
7 years, 2 months ago (2013-09-30 19:59:30 UTC) #5
zra
7 years, 2 months ago (2013-09-30 20:19:29 UTC) #6
Message was sent while issue was closed.
Committed patchset #6 manually as r28067 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698