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

Issue 61153009: Add support for the QNX operating system. (Closed)

Created:
7 years, 1 month ago by c.truta
Modified:
6 years, 11 months ago
CC:
v8-dev, Paweł Hajdan Jr., cosmin.truta, efidler1
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Add support for the QNX operating system. This patch contains contributions from the following members of the BlackBerry Web Technologies team: Eli Fidler <efidler@blackberry.com>; Konrad Piascik <kpiascik@blackberry.com>; Jeff Rogers <jrogers@blackberry.com>; Cosmin Truta <ctruta@blackberry.com>; Peter Wang <peter.wang@torchmobile.com.cn>; Xiaobo Wang <xiaobwang@blackberry.com>; Ming Xie <mxie@blackberry.com>; Leo Yang <leoyang@blackberry.com>; R=bmeurer@chromium.org, jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=18430

Patch Set 1 #

Total comments: 16

Patch Set 2 : Address reviewer's comments #

Patch Set 3 : Address latest review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+260 lines, -129 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M build/standalone.gypi View 1 2 3 chunks +28 lines, -2 lines 0 comments Download
M build/toolchain.gypi View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M include/v8config.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/arm/cpu-arm.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/checks.cc View 1 2 2 chunks +22 lines, -0 lines 0 comments Download
M src/cpu.cc View 1 6 chunks +39 lines, -0 lines 0 comments Download
M src/d8.gyp View 1 chunk +2 lines, -1 line 0 comments Download
M src/platform.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 2 2 chunks +8 lines, -1 line 0 comments Download
A + src/platform-qnx.cc View 1 11 chunks +66 lines, -109 lines 0 comments Download
A + src/qnx-math.h View 1 chunk +12 lines, -9 lines 0 comments Download
M src/sampler.cc View 1 4 chunks +19 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-time.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
c.truta
Dear V8 reviewers, I submitted, on behalf of my team at BlackBerry, a patch that ...
7 years, 1 month ago (2013-11-13 08:34:01 UTC) #1
Benedikt Meurer
Hey Cosmin, Thanks for the patch. Here's the first round of comments. One important question: ...
7 years, 1 month ago (2013-11-15 11:49:58 UTC) #2
Jakob Kummerow
Unrelated to the code: I don't see any mention of BlackBerry on the list of ...
7 years, 1 month ago (2013-11-15 12:08:15 UTC) #3
efidler1
We have, it's under RIM.
7 years, 1 month ago (2013-11-15 15:45:58 UTC) #4
Jakob Kummerow
Under RIM we have Eli Fidler and Jeff Rogers as authorized contributors. AFAIK our lawyers ...
7 years, 1 month ago (2013-11-15 16:05:42 UTC) #5
c.truta
Pending the resolution of the remaining CLA-related issues, I am submitting the 2nd version of ...
7 years, 1 month ago (2013-11-18 13:36:32 UTC) #6
Benedikt Meurer
https://codereview.chromium.org/61153009/diff/1/src/atomicops_internals_arm_gcc.h File src/atomicops_internals_arm_gcc.h (right): https://codereview.chromium.org/61153009/diff/1/src/atomicops_internals_arm_gcc.h#newcode35 src/atomicops_internals_arm_gcc.h:35: #if V8_OS_QNX On 2013/11/18 13:36:32, cosmin.truta wrote: > > ...
7 years, 1 month ago (2013-11-19 07:01:27 UTC) #7
c.truta
On 2013/11/19 07:01:27, Benedikt Meurer wrote: > sysconf(_SC_PAGESIZE) just calls getpagesize() for glibc, ulibc and ...
7 years, 1 month ago (2013-11-20 14:18:29 UTC) #8
c.truta
On 2013/11/20 14:18:29, cosmin.truta wrote: > getpagesize() returns int, and that might not represent large ...
7 years, 1 month ago (2013-11-20 14:28:15 UTC) #9
Benedikt Meurer
On 2013/11/20 14:28:15, cosmin.truta wrote: > On 2013/11/20 14:18:29, cosmin.truta wrote: > > getpagesize() returns ...
7 years, 1 month ago (2013-11-21 06:08:25 UTC) #10
c.truta
Hi, everyone, I uploaded the last incarnation of the QNX port, addressing all past review ...
7 years ago (2013-12-12 06:26:07 UTC) #11
Benedikt Meurer
LGTM. Jakob, please take a look at the gyp changes.
7 years ago (2013-12-12 07:11:04 UTC) #12
Jakob Kummerow
GYP changes LGTM.
7 years ago (2013-12-12 13:21:29 UTC) #13
c.truta
Thank you very much for your reviews. I see the build tree is back to ...
7 years ago (2013-12-18 04:13:54 UTC) #14
Sven Panne
On 2013/12/18 04:13:54, cosmin.truta wrote: > Thank you very much for your reviews. I see ...
7 years ago (2013-12-18 07:15:37 UTC) #15
Jakob Kummerow
On 2013/12/18 07:15:37, Sven Panne wrote: > On 2013/12/18 04:13:54, cosmin.truta wrote: > > Thank ...
7 years ago (2013-12-18 10:34:47 UTC) #16
c.truta
Sven Panne wrote: > > Nope, just patience. :-) We have dozens of CLs which ...
7 years ago (2013-12-19 06:39:30 UTC) #17
Benedikt Meurer
6 years, 11 months ago (2014-01-02 07:04:19 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 manually as r18430 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698