diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-07-31 15:16:04 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-07-31 15:16:04 +0000 |
| commit | 83b321d862472f31c0c9f7feca8360ad5bfe8a75 (patch) | |
| tree | 0f0ef20ad78e25b320013c7bb160211a8612d4e9 /src/runtime/c/teyjus/tables/README | |
| parent | 314662dd09d5d1480007faa79258b0e93cc2aa59 (diff) | |
An initial import of the teyjus source code in the C runtime for GF. The two runtime are still not connected but the source code compiles.
Diffstat (limited to 'src/runtime/c/teyjus/tables/README')
| -rw-r--r-- | src/runtime/c/teyjus/tables/README | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/runtime/c/teyjus/tables/README b/src/runtime/c/teyjus/tables/README new file mode 100644 index 000000000..00c92caa2 --- /dev/null +++ b/src/runtime/c/teyjus/tables/README @@ -0,0 +1,27 @@ + TABLES + ====== +The files in source/tables define the pervasive tables and instruction +format tables. + +pervasives: + + pervasives.h{c} + =============== + Defines the pervasive tables for pervasive kinds, type skeletons + and constants. Note these files are automatically generated. + + pervinit.h{c} + ============= + Defines the initialization functions for pervasive tables: such functions + are necessary because the pervasive names in the system run-time have + special encoding in the simulator (source/simulator/mcstring.h{c}) for + garbage collection as opposed to simply C strings. These names have to + be laid out on the system memory upon system initialization. + + instructions.h{c} + ================= + Defines instruction formats and instruction opcodes. + Note these files are automatically generated. + + +
\ No newline at end of file |
