diff --git a/examples/bare1.rs b/examples/bare1.rs
index 4d77dfa98e55cef3b0e5627c42e9bedf759a32ac..0e091b8323ed3452d8035a27e96c4db9ecb1295c 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)
 //