Undo all the work on determinism in the driver. New plan soon.

This commit is contained in:
2022-02-21 19:28:54 -05:00
parent ba1e923b5a
commit 19b6951e0f
14 changed files with 105 additions and 1146 deletions

View File

@@ -125,8 +125,10 @@ LuaSourcePtr make_lua_source(const std::string &code);
// Return true if the line of code is a lua comment.
bool is_lua_comment(const std::string &line);
// This has to go away.
LuaSourcePtr read_lua_source(const std::string &dir);
// Malloc some blocks of RAM, and calculate a hash from
// their addresses. This can be used to determine if the malloc
// heap is in a deterministic state.
int hash_of_mallocs();
// Remove nullptrs from a vector of unique pointers.
template<class T>