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

Issue 725333002: Initial draft of PNaCl bitcode files. (Closed)

Created:
6 years, 1 month ago by Karl
Modified:
6 years, 1 month ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Initial draft of PNaCl bitcode files. Focus of this CL is on the PNaCl records that can appear in bitcode files. A subsequent CL will add how the records are converted to bitcode sequences. Replaces CL: https://codereview.chromium.org/364463002 BUG=None NOTRY=True (documentation only change). Committed: https://crrev.com/bc6ae6ad2abb98a9d6e01c9545ea162fcd938eb0 Cr-Commit-Position: refs/heads/master@{#305041}

Patch Set 1 #

Total comments: 51

Patch Set 2 : Fix initial issues raised by Jim. #

Patch Set 3 : Fix additional changes suggested by Jim. #

Total comments: 11

Patch Set 4 : Fix issues in patch set 3. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11981 lines, -35 lines) Patch
M chrome/common/extensions/docs/templates/json/chrome_sidenav.json View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M native_client_sdk/doc_generated/devguide/devcycle/building.html View 1 2 3 3 chunks +34 lines, -21 lines 0 comments Download
A native_client_sdk/doc_generated/images/PNaClBitcodeFlow.png View Binary file 0 comments Download
M native_client_sdk/doc_generated/overview.html View 2 chunks +2 lines, -2 lines 0 comments Download
A native_client_sdk/doc_generated/reference/pnacl-bitcode-manual.html View 1 2 3 1 chunk +5776 lines, -0 lines 0 comments Download
M native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html View 1 chunk +1 line, -1 line 0 comments Download
M native_client_sdk/doc_generated/sitemap.html View 1 2 3 2 chunks +33 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/_book.yaml View 1 chunk +2 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/devguide/devcycle/building.rst View 1 2 3 2 chunks +31 lines, -11 lines 0 comments Download
A native_client_sdk/src/doc/images/PNaClBitcodeFlow.png View Binary file 0 comments Download
M native_client_sdk/src/doc/overview.rst View 1 chunk +2 lines, -0 lines 0 comments Download
A native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst View 1 2 3 1 chunk +6093 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst View 1 chunk +2 lines, -0 lines 0 comments Download
M native_client_sdk/src/doc/sitemap.rst View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
Karl
I have cleaned up this document based on feedback. I would like to try and ...
6 years, 1 month ago (2014-11-14 23:41:39 UTC) #2
Jim Stichnoth
Early auto-spellcheck pass. :) https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst File native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst (right): https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst#newcode870 native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst:870: The block ``ID`` value is ...
6 years, 1 month ago (2014-11-17 18:54:56 UTC) #3
Karl
https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst File native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst (right): https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst#newcode870 native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst:870: The block ``ID`` value is dependent on the name ...
6 years, 1 month ago (2014-11-17 20:17:28 UTC) #4
Jim Stichnoth
https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst File native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst (right): https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst#newcode121 native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst:121: global addresses of global variables and constants used by ...
6 years, 1 month ago (2014-11-18 02:24:43 UTC) #5
Karl
https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst File native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst (right): https://codereview.chromium.org/725333002/diff/1/native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst#newcode121 native_client_sdk/src/doc/reference/pnacl-bitcode-manual.rst:121: global addresses of global variables and constants used by ...
6 years, 1 month ago (2014-11-19 20:28:53 UTC) #6
Jim Stichnoth
This version lgtm with respect to the goal of getting a reasonable reference out there ...
6 years, 1 month ago (2014-11-19 21:12:01 UTC) #7
Karl
https://codereview.chromium.org/725333002/diff/40001/native_client_sdk/src/doc/devguide/devcycle/building.rst File native_client_sdk/src/doc/devguide/devcycle/building.rst (right): https://codereview.chromium.org/725333002/diff/40001/native_client_sdk/src/doc/devguide/devcycle/building.rst#newcode141 native_client_sdk/src/doc/devguide/devcycle/building.rst:141: pnacl-abicheck On 2014/11/19 21:12:00, stichnot wrote: > Should the ...
6 years, 1 month ago (2014-11-20 17:05:33 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/725333002/60001
6 years, 1 month ago (2014-11-20 17:06:34 UTC) #10
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
6 years, 1 month ago (2014-11-20 17:06:38 UTC) #12
Sam Clegg
lgtm
6 years, 1 month ago (2014-11-20 18:07:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/725333002/60001
6 years, 1 month ago (2014-11-20 18:34:54 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-20 18:36:18 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-20 18:37:11 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/bc6ae6ad2abb98a9d6e01c9545ea162fcd938eb0
Cr-Commit-Position: refs/heads/master@{#305041}

Powered by Google App Engine
This is Rietveld 408576698