eliminate per-inline-site line tables; merge inline site line info with unit's line table

This commit is contained in:
Ryan Fleury
2024-06-13 15:18:29 -07:00
parent 4c10967cec
commit 1dbc37fe1f
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -3338,6 +3338,7 @@ rdim_bake_scopes(RDIM_Arena *arena, RDIM_BakeStringMapTight *strings, RDIM_Scope
dst_scope->voff_range_opl = (RDI_U32)voff_idx_opl; // TODO(rjf): @u64_to_u32
dst_scope->local_first = (RDI_U32)local_idx_first; // TODO(rjf): @u64_to_u32
dst_scope->local_count = (RDI_U32)(local_idx_opl - local_idx_first); // TODO(rjf): @u64_to_u32
dst_scope->inline_site_idx = (RDI_U32)rdim_idx_from_inline_site(src_scope->inline_site); // TODO(rjf): @u64_to_u32
}
}
}