Begin fixing type info stuff

This commit is contained in:
gingerBill
2024-04-30 11:01:10 +01:00
parent d04039ba43
commit ac9919b8e2
3 changed files with 32 additions and 13 deletions

View File

@@ -381,8 +381,8 @@ gb_internal WORKER_TASK_PROC(cg_procedure_compile_worker_proc) {
cgProcedure *p = cast(cgProcedure *)data;
gb_unused(p);
tb_print(p->func, cg_arena());
fprintf(stdout, "\n");
// tb_print(p->func, cg_arena());
// fprintf(stdout, "\n");
// bool preserve_types = true;
// tb_opt(p->func, cg_worklist(), preserve_types);