More path collapse for metaprogram.

This commit is contained in:
ed
2026-08-18 16:37:53 -04:00
parent b345ccd60e
commit 1cbddc6708
6 changed files with 186 additions and 190 deletions
+1 -1
View File
@@ -942,7 +942,7 @@ function M.run(ctx)
aggregated_components[#aggregated_components + 1] = c
end
if #per_source > 0 then
metadata_per_source[src] = compute_components_metadata(per_source, duffle.INSTRUCTION_LATENCY)
metadata_per_source[src] = compute_components_metadata(per_source, {})
end
end
if #aggregated_components > 0 then