More work on thread scheduling and tracebacks

This commit is contained in:
2021-02-20 19:17:20 -05:00
parent 36ff4eacae
commit 5f783e643b
7 changed files with 44 additions and 30 deletions

View File

@@ -61,7 +61,7 @@ public:
PlaneMap plane_map_;
std::unordered_map<int64_t, Tangible> tangibles_;
// Thread schedule: should include every thread, except
// Thread schedule: must include every thread, except
// for the one currently-executing thread.
//
Schedule thread_sched_;