From a1fedb9ed335673829c923b82fd021a88a49cba2 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 9 Apr 2016 03:43:23 -0400 Subject: [PATCH] Revs --- README.md | 10 +++++----- docs/Benchmarks.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fcf454d2..8a4f3e8a 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,15 @@ Getting Started Documentation ------------- -The [User Manual](docs/User-Manual.md) covers in detail how to use Cyclone, and provides information and API documentation on the Scheme language features implemented by Cyclone. +- The [User Manual](docs/User-Manual.md) covers in detail how to use Cyclone, and provides information and API documentation on the Scheme language features implemented by Cyclone. -[Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on how the compiler was written and how it works. +- Cyclone's [Garbage Collector](docs/Garbage-Collector.md) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector. -Cyclone's [Garbage Collector](docs/Garbage-Collector.md) is documented at a high-level. This document includes details on extending Cheney on the MTA to support multiple stacks and fusing that approach with a tri-color marking collector. +- The [Benchmarks](docs/Benchmarks.md) page compares the performance of Cyclone with other R7RS Schemes using a common set of benchmarks. -The [Benchmarks](docs/Benchmarks.md) page compares the performance of Cyclone with other R7RS Schemes using a common set of benchmarks. +- [Writing the Cyclone Scheme Compiler](docs/Writing-the-Cyclone-Scheme-Compiler.md) provides high-level details on how the compiler was written and how it works. -Finally, if you need another resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html). +- Finally, if you need another resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html). License ------- diff --git a/docs/Benchmarks.md b/docs/Benchmarks.md index 892339c9..9a2f826d 100644 --- a/docs/Benchmarks.md +++ b/docs/Benchmarks.md @@ -6,7 +6,7 @@ The following [benchmarks from Larceny](http://www.larcenists.org/benchmarksGenu These benchmarks were recorded on a system with an Intel Core i5 CPU @ 2.20 GHz and indicate elapsed time. A longer bar indicates worse performance - however if there is no bar at all it means the benchmark could not be completed in a reasonable amount of time. - + Benchmark | Cyclone | Chibi | Chicken --------- | ------- | ----- | -------