Graph vs. Linear IR: Improving our Intermediate Representation #24
shreyas-omkar
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Graph vs. Linear IR: Improving our Intermediate Representation
Context
EdgeFlow currently uses a custom graph-based Intermediate Representation (IR) designed for lightweight edge and embedded targets.
As the project grows, we need to evaluate whether:
Discussion Points
Goal
Debate the long-term trade-offs of refactoring the compiler core versus maintaining a purpose-built IR optimized for edge deployments.
Beta Was this translation helpful? Give feedback.
All reactions