Skip to content
Snippets Groups Projects

Simple inlining pass

Merged rarbore2 requested to merge inlining into main
  • Callgraph analysis
  • Inlining pass over whole module - runs inlining per function in rev. topo order of callgraph DAG
  • Inlining within a function - doesn't support substituting dynamic constants yet, but this case is caught with a panic
  • Modify a function to have a single return node - needed for inlining
  • Fix bug in editor where added nodes are checked for mutability

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading