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

Issue 478653002: Fix bugs from my last CL in intrinsics code. (Closed)

Created:
6 years, 4 months ago by Florian Schneider
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bugs from my last CL in intrinsics code. x64 and ARM64: No PP register is set up in intrinsics code (use kNoPP instead) x64: Can't use near jump for slow-path jump because of code size. Removed duplicate call to update allocation stats on all platforms. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=39289

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -7 lines) Patch
M runtime/vm/intrinsifier_arm.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_arm64.cc View 2 chunks +1 line, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_mips.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
6 years, 4 months ago (2014-08-15 14:04:28 UTC) #1
Vyacheslav Egorov (Google)
lgtm
6 years, 4 months ago (2014-08-15 14:05:19 UTC) #2
Florian Schneider
6 years, 4 months ago (2014-08-15 14:06:13 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r39289 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698