mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +02:00
[pitboss] phase 04: Track A.4 — Callgraph-aware spec entry-point resolution
This commit is contained in:
parent
3b660ba1d3
commit
780dc9099c
9 changed files with 618 additions and 4 deletions
|
|
@ -52,6 +52,7 @@ pub struct AmbiguousCallee {
|
|||
///
|
||||
/// Nodes are [`FuncKey`]s (one per function definition across all files).
|
||||
/// Edges represent call-site relationships resolved after pass 1.
|
||||
#[derive(Debug)]
|
||||
pub struct CallGraph {
|
||||
pub graph: DiGraph<FuncKey, CallEdge>,
|
||||
/// `FuncKey → NodeIndex` for quick lookup.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue