From 2e942f12fc94626f884ba38192b530122a5f0e43 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 12 Mar 2019 19:28:15 +0100 Subject: Turn ast resolve/ssa generation thread work to generic workflow - better for future steps --- include/compiler.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/compiler.h') diff --git a/include/compiler.h b/include/compiler.h index 4e24f11..69d0254 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -21,8 +21,7 @@ struct amal_compiler { int usable_thread_count; bool started; amal_mutex mutex; - int resolve_ast_index; - int generate_ssa_index; + int generic_work_object_index; }; CHECK_RESULT int amal_compiler_init(amal_compiler *self); -- cgit v1.2.3