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

Issue 1882733008: S390: [Atomics] code stubs for atomic operations (Closed)

Created:
4 years, 8 months ago by john.yan
Modified:
4 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

S390: [Atomics] code stubs for atomic operations Port 5e9ddf6ce4b698cb3112bd349ca5206cfada1437 Original commit message: * New atomic code stubs for x64, ia32, arm, arm64 * Add convenience functions JumpIfNotValidSmiValue, JumpIfUintNotValidSmiValue to macro-assembler-ia32 (API based on x64 macro assembler) * Remove runtime implementation of Atomics.load, the code stub should always be called instead * Add new test to mjsunit atomics test; check that Smi values of different sizes are supported when possible, else fall back to HeapNumbers These changes were needed to add another codestub: * Bump kStubMajorKeyBits from 7 to 8 * Reduce ScriptContextFieldStub::kSlotIndexBits from 13 to 12 R=binji@chromium.org, joransiu@ca.ibm.com, mbrandy@us.ibm.com, michael_dawson@ca.ibm.com, bjaideep@ca.ibm.com BUG=v8:4614 LOG=N Committed: https://crrev.com/146400aef6fd8b222ba727e2e0f57f0379928fa1 Cr-Commit-Position: refs/heads/master@{#35537}

Patch Set 1 #

Total comments: 3

Patch Set 2 : remove loadb, reverse index and base reg, add knear #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -0 lines) Patch
M src/s390/code-stubs-s390.cc View 1 1 chunk +176 lines, -0 lines 0 comments Download
M src/s390/interface-descriptors-s390.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (6 generated)
john.yan
PTAL
4 years, 8 months ago (2016-04-15 11:37:31 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882733008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882733008/1
4 years, 8 months ago (2016-04-15 11:38:26 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 8 months ago (2016-04-15 11:38:28 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882733008/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882733008/1
4 years, 8 months ago (2016-04-15 11:40:37 UTC) #7
JoranSiu
Just out of curiosity, are the AtomicLoad's (from Typed Arrays it seems) guaranteed to be ...
4 years, 8 months ago (2016-04-15 12:07:58 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-15 12:17:57 UTC) #10
john.yan
On 2016/04/15 12:07:58, JoranSiu wrote: > Just out of curiosity, are the AtomicLoad's (from Typed ...
4 years, 8 months ago (2016-04-15 12:27:31 UTC) #11
JoranSiu
lgtm
4 years, 8 months ago (2016-04-15 13:32:01 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1882733008/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1882733008/20001
4 years, 8 months ago (2016-04-15 13:48:02 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-15 14:23:33 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 14:24:37 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/146400aef6fd8b222ba727e2e0f57f0379928fa1
Cr-Commit-Position: refs/heads/master@{#35537}

Powered by Google App Engine
This is Rietveld 408576698