From 0ed28ab34c377465902ce96823971306b6102e5d Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 28 Feb 2016 03:51:30 -0500 Subject: [PATCH] Formatting --- src/Main.cc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Main.cc b/src/Main.cc index 70af811..53afe4f 100644 --- a/src/Main.cc +++ b/src/Main.cc @@ -26,7 +26,12 @@ kmain() console.clear(kernel::Console::Color::Blue); console.writeString("Hello world!\n"); - // TODO: The performance of this loop slowed down a *lot* (7-8 orders of magnitude according to the busy loop) when I moved this code from kearly() to here. I wonder if it has something to do with object initialization? Should probably investigate some. + /* + * TODO: The performance of this loop slowed down a _lot_ (7 to 8 orders of + * magnitude according to the busy loop) when I moved this code from + * kearly() to here. I wonder if it has something to do with object + * initialization? Should probably investigate some. + */ volatile int foo = 0; int j = 0; int i = 0;