From 36c67b6e510d6a6eec4135919a90dc4722ae31c8 Mon Sep 17 00:00:00 2001 From: anttib-5 <anttib-5@student.ltu.se> Date: Thu, 7 Mar 2019 15:45:07 +0100 Subject: [PATCH] bare1_5 --- examples/bare1.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/bare1.rs b/examples/bare1.rs index 4d77dfa..0e091b8 100644 --- a/examples/bare1.rs +++ b/examples/bare1.rs @@ -177,7 +177,8 @@ fn main() -> ! { // Compare the generated assembly for the loop // between the dev (unoptimized) and release (optimized) build. // -// ** your answer here ** +// The optimized assembly code is much longer (so long that I could not even copy it) +// It is longer since it executes instructions that the non-optimized does not make // // commit your answers (bare1_5) // -- GitLab