diff --git a/README.md b/README.md index 53d9f7b1fa4514b67b5db953f67757fd133d8d81..29d71cd8bae60de3aa80ba1af187d7a9a4c9093a 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,7 @@ Seminars b. Discuss from a memory safety perspective the outcome. - c. Compare for the short message (`abc`), the number of cycles required for `decode` in debug (standard) vs. `--release`. As a comparison my straightforword C implementation took 2200 cycles in best optimized mode using `gcc` (-o3), while my (transation) to Rust code took 1780 cycles. (Both executed on a bluepill board at 8MHz without (flash) memory wait states). - + c. Compare for the short message (`abc`), the number of cycles required for `decode` in debug (standard) vs. `--release`. As a comparison my straightforword C implementation took 2200 cycles in best optimized mode using `gcc` (-o3), while my (translation) to Rust code took 1780 cycles (--release). (Both executed on a bluepill board at 8MHz without (flash) memory wait states). Make a new git for your embedded development. Make three branches (`3a, 3b, 3c`) with updated documentation according to the above.