diff options
author | Angelo Corsaro <angelo@icorsaro.net> | 2001-02-02 01:08:09 +0000 |
---|---|---|
committer | Angelo Corsaro <angelo@icorsaro.net> | 2001-02-02 01:08:09 +0000 |
commit | 3b90547b819834d830be139f52dbbd436b561bbd (patch) | |
tree | bc4229cecb0802514d2701f5206d52e8d084b8e6 /RTJava | |
parent | 29edca57153aea675820570aeddc85704fbb542d (diff) | |
download | ATCD-3b90547b819834d830be139f52dbbd436b561bbd.tar.gz |
Thu Feb 01 19:07:42 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
Diffstat (limited to 'RTJava')
-rw-r--r-- | RTJava/ChangeLog | 14 | ||||
-rw-r--r-- | RTJava/README | 3 | ||||
-rw-r--r-- | RTJava/TODO | 3 |
3 files changed, 20 insertions, 0 deletions
diff --git a/RTJava/ChangeLog b/RTJava/ChangeLog new file mode 100644 index 00000000000..34ce2b4b177 --- /dev/null +++ b/RTJava/ChangeLog @@ -0,0 +1,14 @@ +Thu Feb 01 19:07:42 2001 Angelo Corsaro <corsaro@cs.wustl.edu> + + * docs: + * benchmarks: + * examples: + Added directory for RT-Java documentation, examples, and + benchmarks. + + * TODO: + Files with the checklist of things to-do. + + * README: + Files containing general info about what's in this + directory. diff --git a/RTJava/README b/RTJava/README new file mode 100644 index 00000000000..a6f91b22b09 --- /dev/null +++ b/RTJava/README @@ -0,0 +1,3 @@ +This directory contains a series of benchmarks for evaluating the +RealTime JVM performance, and a series of example that are intented +to show how certain feature of the RT Java should be used. diff --git a/RTJava/TODO b/RTJava/TODO new file mode 100644 index 00000000000..2bc3a67627f --- /dev/null +++ b/RTJava/TODO @@ -0,0 +1,3 @@ +This is a list of the "Things TO DO" + +1. Write the Things TODO. |