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

Issue 1344153002: ARM & MIPS: Try to use the object pool before trying to embed a pointer, like ARM64 and X64. (Closed)

Created:
5 years, 3 months ago by rmacnak
Modified:
5 years, 3 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

ARM & MIPS: Try to use the object pool before trying to embed a pointer, like ARM64 and X64. (In particular, don't embed pointers to arguments descriptors.) R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/13e0a49d478efb08ea9abfdb6a3a906b2e8ee712

Patch Set 1 #

Patch Set 2 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -27 lines) Patch
M runtime/vm/assembler_arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_arm.cc View 1 1 chunk +23 lines, -12 lines 2 comments Download
M runtime/vm/assembler_mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/assembler_mips.cc View 1 1 chunk +26 lines, -15 lines 1 comment Download

Messages

Total messages: 5 (1 generated)
rmacnak
5 years, 3 months ago (2015-09-15 23:18:33 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/1344153002/diff/20001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/1344153002/diff/20001/runtime/vm/assembler_arm.cc#newcode1606 runtime/vm/assembler_arm.cc:1606: // Make sure that class CallPattern is able ...
5 years, 3 months ago (2015-09-16 08:00:05 UTC) #3
rmacnak
https://codereview.chromium.org/1344153002/diff/20001/runtime/vm/assembler_arm.cc File runtime/vm/assembler_arm.cc (right): https://codereview.chromium.org/1344153002/diff/20001/runtime/vm/assembler_arm.cc#newcode1606 runtime/vm/assembler_arm.cc:1606: // Make sure that class CallPattern is able to ...
5 years, 3 months ago (2015-09-16 17:09:43 UTC) #4
rmacnak
5 years, 3 months ago (2015-09-16 17:18:42 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
13e0a49d478efb08ea9abfdb6a3a906b2e8ee712 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698