diff options
author | jfb <jfb@chromium.org> | 2015-03-12 10:09:19 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-12 17:09:53 +0000 |
commit | a01cfd338cfdaea8b5a279c320eaf19409cf8a73 (patch) | |
tree | b29e0deb43343b68c074dc41046dedbd3dfe73f5 /native_client_sdk/doc_generated | |
parent | ca1ac31c530d996c4a65724d2d133a3a858f25f0 (diff) | |
download | chromium_src-a01cfd338cfdaea8b5a279c320eaf19409cf8a73.zip chromium_src-a01cfd338cfdaea8b5a279c320eaf19409cf8a73.tar.gz chromium_src-a01cfd338cfdaea8b5a279c320eaf19409cf8a73.tar.bz2 |
NaCl docs: update GSoC TCC entry
TBR= bradnelson@chromium.org
BUG= none
Review URL: https://codereview.chromium.org/1003783002
Cr-Commit-Position: refs/heads/master@{#320304}
Diffstat (limited to 'native_client_sdk/doc_generated')
-rw-r--r-- | native_client_sdk/doc_generated/reference/ideas.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/native_client_sdk/doc_generated/reference/ideas.html b/native_client_sdk/doc_generated/reference/ideas.html index c611b5f..2050481 100644 --- a/native_client_sdk/doc_generated/reference/ideas.html +++ b/native_client_sdk/doc_generated/reference/ideas.html @@ -184,12 +184,13 @@ use Perl to target PNaCl is well documented and easy to do.</li> <h3 id="tcc">TCC</h3> <ul class="small-gap"> <li><strong>Project:</strong> Port Fabrice Ballard’s Tiny C Compiler _TCC to NaCl and PNaCl.</li> -<li><strong>Brief explanation:</strong> Port TCC to NaCl and enhance to follow NaCl sandboxing -rule, as well as emitting PNaCl bitcode. The same could be done with <a class="reference external" href="https://code.google.com/p/picoc">Pico -C</a>.</li> +<li><strong>Brief explanation:</strong> Port TCC to NaCl and enhance to follow <a class="reference external" href="https://developer.chrome.com/native-client/reference/sandbox_internals/index">NaCl sandboxing +rules</a>, as well as emitting <a class="reference external" href="https://developer.chrome.com/native-client/reference/pnacl-bitcode-manual">PNaCl bitcode</a>. The same could be done with +<a class="reference external" href="https://code.google.com/p/picoc">Pico C</a>.</li> <li><strong>Expected results:</strong> Compiler ported and code generator working. Can run a small benchmark of your choice.</li> <li><strong>Knowledge Prerequisite:</strong> C, assembly, compilers.</li> +<li><strong>Mentor:</strong> JF Bastien.</li> </ul> <h3 id="llvm-and-pnacl">LLVM and PNaCl</h3> <p>PNaCl relies heavily on LLVM in two key areas:</p> |