From a12efcb1c90fd2c05371fb52b0ca8b3c08bbed70 Mon Sep 17 00:00:00 2001 From: Per <Per Lindgren> Date: Sun, 5 Nov 2017 19:32:56 +0100 Subject: [PATCH] assingment 4 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 53d9f7b..29d71cd 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. -- GitLab