IR can grow very quickly through repetition of (potentially specialized) versions of common code
Open
- Dominant language
- Python
- Stars
- 15
- Forks
- 16
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
These likely come from calling the same functions repeatedly. The lazy IR should retain this information. To make that possible, we should
- Create a notion of "callable subgraphs" (effectively functions) in the IR
- Make some way to tell the frontend to capture them
This facility could be used to help with #23.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.