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

Issue 1777593003: S390: Platform specific includes in common files (Closed)

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

Description

S390: Platform specific includes in common files Add S390 platform specific \#includes across various common files. Add S390 CPU features to enum. Add S390 implementation to extract sp/fp/pc from signal context. R=danno@chromium.org,jkummerow@chromium.org,jochen@chromium.org,jyan@ca.ibm.com,michael_dawson@ca.ibm.com,mbrandy@us.ibm.com BUG= Committed: https://crrev.com/daea0e751866c4b96cecf65f04693fcd93b30cfa Cr-Commit-Position: refs/heads/master@{#34674}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Rebase against lastest master #

Patch Set 3 : Update Deserializer comments and add macro CODE_EMBEDS_OBJECT_POINTER #

Patch Set 4 : Use new Macro for object in roots array too. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -15 lines) Patch
M src/assembler.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/base/platform/platform-posix.cc View 3 chunks +14 lines, -0 lines 0 comments Download
M src/code-stubs.h View 1 2 chunks +14 lines, -1 line 0 comments Download
M src/codegen.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/globals.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/profiler/sampler.cc View 3 chunks +20 lines, -1 line 0 comments Download
M src/register-configuration.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/simulator.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/snapshot/deserializer.h View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/snapshot/deserializer.cc View 1 2 3 2 chunks +7 lines, -8 lines 0 comments Download
M src/utils.h View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777593003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777593003/1
4 years, 9 months ago (2016-03-08 22:20:59 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-08 22:45:17 UTC) #4
JoranSiu
4 years, 9 months ago (2016-03-09 01:13:47 UTC) #5
Jakob Kummerow
LGTM. This needs OWNERS reviews for src/interpreter/ and src/snapshot/.
4 years, 9 months ago (2016-03-09 10:23:33 UTC) #6
Michael Starzinger
LGTM stamp for "interpreter", didn't look at anything else.
4 years, 9 months ago (2016-03-09 10:25:12 UTC) #8
Yang
https://codereview.chromium.org/1777593003/diff/1/src/snapshot/deserializer.cc File src/snapshot/deserializer.cc (right): https://codereview.chromium.org/1777593003/diff/1/src/snapshot/deserializer.cc#newcode590 src/snapshot/deserializer.cc:590: // a pointer to it to the current object. ...
4 years, 9 months ago (2016-03-09 10:43:18 UTC) #10
JoranSiu
On 2016/03/09 10:43:18, Yang wrote: > https://codereview.chromium.org/1777593003/diff/1/src/snapshot/deserializer.cc > File src/snapshot/deserializer.cc (right): > > https://codereview.chromium.org/1777593003/diff/1/src/snapshot/deserializer.cc#newcode590 > ...
4 years, 9 months ago (2016-03-09 15:37:08 UTC) #11
Yang
Interesting. From the comment here I would have expected that ARM has V8_EMBEDDED_CONSTANT_POOL defined in ...
4 years, 9 months ago (2016-03-09 16:04:42 UTC) #13
rmcilroy
On 2016/03/09 16:04:42, Yang wrote: > Interesting. From the comment here I would have expected ...
4 years, 9 months ago (2016-03-09 16:35:11 UTC) #14
JoranSiu
On 2016/03/09 16:35:11, rmcilroy wrote: > On 2016/03/09 16:04:42, Yang wrote: > > Interesting. From ...
4 years, 9 months ago (2016-03-10 06:01:12 UTC) #15
Yang
On 2016/03/10 06:01:12, JoranSiu wrote: > On 2016/03/09 16:35:11, rmcilroy wrote: > > On 2016/03/09 ...
4 years, 9 months ago (2016-03-10 06:02:53 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777593003/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777593003/50001
4 years, 9 months ago (2016-03-10 12:56:03 UTC) #18
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-10 13:29:06 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1777593003/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1777593003/50001
4 years, 9 months ago (2016-03-10 14:01:01 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:50001)
4 years, 9 months ago (2016-03-10 14:02:56 UTC) #24
commit-bot: I haz the power
4 years, 9 months ago (2016-03-10 14:04:00 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/daea0e751866c4b96cecf65f04693fcd93b30cfa
Cr-Commit-Position: refs/heads/master@{#34674}

Powered by Google App Engine
This is Rietveld 408576698