From b96af395b9af2ff9df94b3e82213171f30827c8d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 May 2015 21:17:24 -0700 Subject: 1276 - make C++ version the default I've tried to update the Readme, but there are at least a couple of issues. --- cpp/999spaces.cc | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 cpp/999spaces.cc (limited to 'cpp/999spaces.cc') diff --git a/cpp/999spaces.cc b/cpp/999spaces.cc deleted file mode 100644 index 6f348073..00000000 --- a/cpp/999spaces.cc +++ /dev/null @@ -1,21 +0,0 @@ -//: Since different layers all carve out different parts of various namespaces -//: (recipes, memory, etc.) for their own use, there's no previous place where -//: we can lay out the big picture of what uses what. So we'll do that here -//: and just have to manually remember to update it when we move boundaries -//: around. -//: -//:: Memory -//: -//: Location 0 - unused (since it can help uncover bugs) -//: Locations 1-899 - reserved for tests -//: Locations 900-999 - reserved for predefined globals in mu scenarios, like keyboard, screen, etc. -:(before "End Setup") -assert(Max_variables_in_scenarios == 900); -//: Locations 1000 ('Reserved_for_tests') onward - available to the allocator in chunks of size Initial_memory_per_routine. -assert(Reserved_for_tests == 1000); - -//:: Recipes -//: -//: 0 - unused (IDLE; do nothing) -//: 1-999 - all fixed code -//: 1000 onwards - reserved for tests, cleared between tests -- cgit 1.4.1-2-gfad0