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

Side by Side Diff: src/trusted/validator_ragel/unreviewed/files64.dot

Issue 10883051: Add documentation for the dynamic code modifications. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 digraph files64 {
2 node [shape=tab];
3 def_files [label=<
4 <table border="0">
5 <tr><td align="left">general_purpose_instructions.def</td></tr>
6 <tr><td align="left">mmx_instructions.def</td></tr>
7 <tr><td align="left">nops.def</td></tr>
8 <tr><td align="left">system_instructions.def</td></tr>
9 <tr><td align="left">x87_instructions.def</td></tr>
10 <tr><td align="left">xmm_instructions.def</td></tr></table>
11 > style="filled" fillcolor="lightgray"];
12 gen_dfa_cc [label="gen_dfa.cc" style="filled" fillcolor="lightgray"];
13 byte_machines_py [label="byte_machines.py" style="filled" fillcolor="lig htgray"];
14 parse_instruction_rl [label="parse_instruction.rl" style="filled" fillco lor="lightgray"];
15 validator_x86_64_rl [label="validator_x86_64.rl" style="filled" fillcolo r="lightgray"];
16 validator_internal_h [label="validator_internal.h" style="filled" fillco lor="lightgray"];
17 node [shape="invtrapezium"];
18 gen_dfa [label="gen_dfa" style="filled" fillcolor="gray"];
19 ragel [label="ragel" style="filled" fillcolor="gray"];
20 gcc [label="gcc" style="filled" fillcolor="gray"];
21 node [shape=rect];
22 validator_x86_64_c [label="validator_x86_64.c"];
23 validator_x86_64_instruction_rl [label="validator_x86_64_instruction.rl" ];
24 validator_x86_64_instruction_consts_c [label="validator_x86_64_instructi on_consts.c"];
25 byte_machines_rl [label="byte_machines.rl"];
26 validator_x86_64_o [label="validator_x86_64.o"];
27 def_files -> gen_dfa [color="black:black"];
28 gen_dfa_cc -> gen_dfa [label="g++" weight="0"];
29 gen_dfa -> validator_x86_64_instruction_rl [color="black:black"];
30 gen_dfa -> validator_x86_64_instruction_consts_c [color="black:black" we ight="2"];
31 byte_machines_py -> byte_machines_rl [label="python" weight="0"];
32 byte_machines_rl -> ragel [color="black:black"];
33 parse_instruction_rl -> ragel [color="black:black" weight="0"];
34 validator_x86_64_rl -> ragel [color="black:black" weight="0"];
35 validator_x86_64_instruction_rl -> ragel [color="black:black"];
36 ragel -> validator_x86_64_c [color="black:black"];
37 validator_x86_64_instruction_consts_c -> gcc [color="black:black" weight ="2"];
38 validator_x86_64_c -> gcc [color="black:black"];
39 validator_internal_h -> gcc [color="black:black"];
40 gcc -> validator_x86_64_o [color="black:black"];
41 }
OLDNEW
« no previous file with comments | « src/trusted/validator_ragel/unreviewed/files32.svg ('k') | src/trusted/validator_ragel/unreviewed/files64.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698