From b2566a847948ba808d4ca93d02bcc62ee6487255 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 2 Feb 2016 09:59:40 -0800 Subject: 2625 --- html/020run.cc.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'html/020run.cc.html') diff --git a/html/020run.cc.html b/html/020run.cc.html index 4194981e..9e3e13a3 100644 --- a/html/020run.cc.html +++ b/html/020run.cc.html @@ -97,6 +97,7 @@ void run_current_routine() while (!Current_routine->completed()) // later layers will modify condition { // Running One Instruction +//? trace(9999, "aaaa") << "location 1 contains " << get_or_insert(Memory, 1) << end(); //? Instructions_running[current_recipe_name()]++; if (current_instruction().is_label) { ++current_step_index(); continue; } trace(Initial_callstack_depth + Trace_stream->callstack_depth, "run") << current_instruction().to_string() << end(); @@ -169,6 +170,7 @@ inline bool routine::completed() const //: Step 1: load all .mu files with numeric prefixes (in order) :(before "End Load Recipes") +// Load .mu Core //? Trace_file = "interactive"; //? START_TRACING_UNTIL_END_OF_SCOPE; load_permanently("core.mu"); @@ -198,6 +200,7 @@ if (argc > 1//: start running it. :(before "End Main") if (!Run_tests && contains_key(Recipe_ordinal, "main") && contains_key(Recipe, get(Recipe_ordinal, "main"))) { + // Running Main setup(); //? Trace_file = "interactive"; //? START_TRACING_UNTIL_END_OF_SCOPE; -- cgit 1.4.1-2-gfad0