summaryrefslogtreecommitdiffstats
path: root/native_client_sdk/src
diff options
context:
space:
mode:
authorjfb <jfb@chromium.org>2015-03-12 10:09:19 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-12 17:09:53 +0000
commita01cfd338cfdaea8b5a279c320eaf19409cf8a73 (patch)
treeb29e0deb43343b68c074dc41046dedbd3dfe73f5 /native_client_sdk/src
parentca1ac31c530d996c4a65724d2d133a3a858f25f0 (diff)
downloadchromium_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/src')
-rw-r--r--native_client_sdk/src/doc/reference/ideas.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/native_client_sdk/src/doc/reference/ideas.rst b/native_client_sdk/src/doc/reference/ideas.rst
index 5ce2ec4d..48f8e64 100644
--- a/native_client_sdk/src/doc/reference/ideas.rst
+++ b/native_client_sdk/src/doc/reference/ideas.rst
@@ -203,13 +203,16 @@ TCC
---
* **Project:** Port Fabrice Ballard's Tiny C Compiler _TCC to NaCl and PNaCl.
-* **Brief explanation:** Port TCC to NaCl and enhance to follow NaCl sandboxing
- rule, as well as emitting PNaCl bitcode. The same could be done with `Pico
- C`_.
+* **Brief explanation:** Port TCC to NaCl and enhance to follow `NaCl sandboxing
+ rules`_, as well as emitting `PNaCl bitcode`_. The same could be done with
+ `Pico C`_.
* **Expected results:** Compiler ported and code generator working. Can run a
small benchmark of your choice.
* **Knowledge Prerequisite:** C, assembly, compilers.
+* **Mentor:** JF Bastien.
+.. _`NaCl sandboxing rules`: https://developer.chrome.com/native-client/reference/sandbox_internals/index
+.. _`PNaCl bitcode`: https://developer.chrome.com/native-client/reference/pnacl-bitcode-manual
.. _TCC: http://bellard.org/tcc/
.. _`Pico C`: https://code.google.com/p/picoc