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

bare1_5

parent bbc310d8
No related branches found
No related tags found
No related merge requests found
......@@ -197,9 +197,12 @@ fn main() -> ! {
// > cargo build --example bare1 --release
// (or using the vscode build task)
//
// Compare the generated assembly for the loop
// between the dev (unoptimized) and release (optimized) build.
//
// Dump of assembler code for function main:
// 0x08000400 <+0>: nop
// 0x08000402 <+2>: bkpt 0x0000
// => 0x08000404 <+4>: b.n 0x8000400 <main>
// End of assembler dump.
// Of course this is much shorter, since it is optimized
//
// 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