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

Issue 1418813005: Instrinsics on object pool architectures must preserve CODE_REG. (Closed)

Created:
5 years, 2 months ago by rmacnak
Modified:
5 years, 1 month 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

Instrinsics on object pool architectures must preserve CODE_REG. This fixes c13b481aeb15a52e778c9ea2fbc98a6dfa0bafb3. IA32 does not load a constant pool and does not use the CODE_REG to create the pc marker, so it does not need to preserve CODE_REG in instrinsics. Blocking another register from graph instrinsics caused some of them to need to spill, which is asserted to never happen. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/c483ba84516e3bcfd5cd6e620b8c35bc187ac983

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M runtime/vm/flow_graph_allocator.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
rmacnak
5 years, 2 months ago (2015-10-23 19:53:25 UTC) #2
Florian Schneider
lgtm
5 years, 1 month ago (2015-10-26 10:08:16 UTC) #3
rmacnak
5 years, 1 month ago (2015-10-26 16:13:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
c483ba84516e3bcfd5cd6e620b8c35bc187ac983 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698