Skip to content
Snippets Groups Projects
Commit 36c67b6e authored by anttib-5's avatar anttib-5
Browse files

bare1_5

parent 6bdecc70
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,8 @@ fn main() -> ! { ...@@ -177,7 +177,8 @@ fn main() -> ! {
// Compare the generated assembly for the loop // Compare the generated assembly for the loop
// between the dev (unoptimized) and release (optimized) build. // 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) // commit your answers (bare1_5)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment