From 7ebabbb0022bce1cd6c05db583acb20d8659a356 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 21 May 2023 18:09:04 +0200 Subject: Added additional optimizer This will be useful for variadic index lengths --- inc/optimize.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 inc/optimize.h (limited to 'inc/optimize.h') diff --git a/inc/optimize.h b/inc/optimize.h new file mode 100644 index 0000000..51cb793 --- /dev/null +++ b/inc/optimize.h @@ -0,0 +1,11 @@ +// Copyright (c) 2023, Marvin Borner +// SPDX-License-Identifier: MIT + +#ifndef BLOC_OPTIMIZE +#define BLOC_OPTIMIZE + +#include + +struct list *optimize_tree(struct tree *tree, void **all_trees); + +#endif -- cgit v1.2.3