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

Issue 1215143002: Remove one fixed entry from object pool on x64 and arm64. (Closed)

Created:
5 years, 5 months ago by Florian Schneider
Modified:
5 years, 5 months ago
Reviewers:
srdjan
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

Remove one fixed entry from object pool on x64 and arm64. The CallToRuntime stub is not needed as a fixed entry anymore since all stubs set up their own object pool. The UpdateStoreBuffer stub is still needed because intrinsics don't set up a normal frame. Changing that would also allow removing this entry. BUG= R=srdjan@google.com Committed: https://github.com/dart-lang/sdk/commit/65f19d9cfc0797fa10e735f318998f0e55a47f5f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -14 lines) Patch
M runtime/vm/assembler_arm64.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M runtime/vm/assembler_x64.cc View 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
5 years, 5 months ago (2015-06-30 13:46:44 UTC) #2
srdjan
lgtm
5 years, 5 months ago (2015-06-30 15:02:47 UTC) #3
Florian Schneider
5 years, 5 months ago (2015-07-01 09:08:03 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
65f19d9cfc0797fa10e735f318998f0e55a47f5f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698