From f4114a8cd0f93f1969e482c5813368158e55fb71 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Fri, 14 Jul 2023 21:51:29 +0200 Subject: [PATCH] add first TODO (valgrind/mem check) --- STATUS.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STATUS.org b/STATUS.org index 3989ee5..90a08e0 100644 --- a/STATUS.org +++ b/STATUS.org @@ -43,7 +43,10 @@ - Book-keeping of moves during search (did not decide the method). - [[https://en.wikipedia.org/wiki/Zobrist_hashing][Positions hashing]] / transposition detection -* Next steps planned +* Next steps planned (no specific order) +*** Memory cleanup +- proper recusive position/moves cleanup in search() and pvs() +- use valgrind to find possible other unfreed memory *** Replace the current interface with a basic xboard one 1. Check which commands are necessary/mandatory. 1. This will allow easy testing with common software