From cfd38fe13acd19c9326264766cfe94e5534db739 Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 8 May 2024 16:26:30 +0100 Subject: Added TODO entry. --- ttt.jai | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ttt.jai') diff --git a/ttt.jai b/ttt.jai index 612e6b6..2dbc5eb 100644 --- a/ttt.jai +++ b/ttt.jai @@ -1194,6 +1194,9 @@ prompt_user_key :: (y: int, message: string) -> TUI.Key { main :: () { +// TODO WIP WIP WIP WIP WIP WIP WIP WIP - make some tests to see how auto_release_temporary works... check if something allocated right before are kept or discarddled... and how temp allocated StringBuilder behaves... + + #if DEBUG_MEMORY { defer report_memory_leaks(); // TODO Remove after final debug sessions. } -- cgit v1.2.3