From 269c1ae649017836f15313d1d4977402be11eed5 Mon Sep 17 00:00:00 2001 From: mlugg Date: Sun, 4 Feb 2024 03:00:13 +0000 Subject: Zcu: incremental compilation improvements * Mark root Decls for re-analysis separately * Check for re-analysis of root Decls * Remove `outdated` entry when analyzing fn body * Remove legacy `outdated` field from Decl analysis state --- src/Compilation.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 5615808ee2..06c0dc7e7f 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -3548,7 +3548,6 @@ fn processOneJob(comp: *Compilation, job: Job, prog_node: *std.Progress.Node) !v switch (decl.analysis) { .unreferenced => unreachable, .in_progress => unreachable, - .outdated => unreachable, .file_failure, .sema_failure, -- cgit v1.2.3