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

Issue 9114054: Port a couple more stubs to x64. (Closed)

Created:
8 years, 11 months ago by regis
Modified:
8 years, 11 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Port a couple more stubs to x64. Fix integer implementation issues. Enable all tests on x64. Committed: https://code.google.com/p/dart/source/detail?r=3307

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 10

Patch Set 6 : '' #

Total comments: 16

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+720 lines, -193 lines) Patch
M runtime/lib/date.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/lib/integers.cc View 1 2 3 4 5 6 7 5 chunks +85 lines, -99 lines 0 comments Download
M runtime/lib/integers.dart View 1 2 3 4 5 6 7 2 chunks +13 lines, -1 line 0 comments Download
M runtime/vm/bigint_operations.cc View 1 2 3 4 5 6 7 10 chunks +50 lines, -13 lines 0 comments Download
M runtime/vm/code_generator_x64.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/cpu.h View 1 2 3 4 5 6 7 2 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/cpu_arm.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -7 lines 0 comments Download
M runtime/vm/cpu_ia32.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/cpu_x64.cc View 1 2 3 4 5 6 7 3 chunks +80 lines, -8 lines 0 comments Download
M runtime/vm/raw_object.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 2 3 4 5 6 7 15 chunks +447 lines, -28 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 3 4 5 6 7 5 chunks +14 lines, -5 lines 0 comments Download
M tests/corelib/corelib.status View 1 2 3 4 5 6 7 2 chunks +1 line, -4 lines 0 comments Download
M tests/isolate/isolate.status View 1 2 3 4 5 6 7 2 chunks +1 line, -4 lines 0 comments Download
M tests/language/language.status View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M tests/stub-generator/stub-generator.status View 1 2 3 4 5 6 7 2 chunks +1 line, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
regis
8 years, 11 months ago (2012-01-10 23:59:03 UTC) #1
Ivan Posva
First round of comments. -Ivan http://codereview.chromium.org/9114054/diff/1/runtime/vm/cpu_x64.cc File runtime/vm/cpu_x64.cc (right): http://codereview.chromium.org/9114054/diff/1/runtime/vm/cpu_x64.cc#newcode44 runtime/vm/cpu_x64.cc:44: __asm { Please do ...
8 years, 11 months ago (2012-01-11 00:49:18 UTC) #2
regis
Addressed first comments and added inline allocation of closures and contexts. Thanks, Regis http://codereview.chromium.org/9114054/diff/1/runtime/vm/cpu_x64.cc File ...
8 years, 11 months ago (2012-01-11 01:51:12 UTC) #3
regis
While waiting for your review, I have completed all 64-bit stubs and marked them as ...
8 years, 11 months ago (2012-01-12 22:08:17 UTC) #4
Ivan Posva
Comments on a previous upload. Restarting from the beginning again. -Ivan http://codereview.chromium.org/9114054/diff/8034/runtime/lib/date.cc File runtime/lib/date.cc (right): ...
8 years, 11 months ago (2012-01-12 22:27:31 UTC) #5
regis
Thanks http://codereview.chromium.org/9114054/diff/8034/runtime/lib/date.cc File runtime/lib/date.cc (right): http://codereview.chromium.org/9114054/diff/8034/runtime/lib/date.cc#newcode43 runtime/lib/date.cc:43: // See issue 1143. On 2012/01/12 22:27:31, Ivan ...
8 years, 11 months ago (2012-01-12 22:53:37 UTC) #6
Ivan Posva
http://codereview.chromium.org/9114054/diff/14004/runtime/lib/integers.cc File runtime/lib/integers.cc (right): http://codereview.chromium.org/9114054/diff/14004/runtime/lib/integers.cc#newcode232 runtime/lib/integers.cc:232: ASSERT(Smi::kBits < 32); // Do not use this code ...
8 years, 11 months ago (2012-01-13 06:27:40 UTC) #7
regis
Thanks. Please have another look. -- Regis http://codereview.chromium.org/9114054/diff/14004/runtime/lib/integers.cc File runtime/lib/integers.cc (right): http://codereview.chromium.org/9114054/diff/14004/runtime/lib/integers.cc#newcode232 runtime/lib/integers.cc:232: ASSERT(Smi::kBits < ...
8 years, 11 months ago (2012-01-13 18:57:29 UTC) #8
Ivan Posva
8 years, 11 months ago (2012-01-13 19:55:39 UTC) #9
LGTM -ip

Powered by Google App Engine
This is Rietveld 408576698