Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(semantic): inline ast record functions (#4272)
Inline these functions so that when CFG is disabled, it doesn't cost a function call just for the trivial `if self.cfg.is_some()` check. Based on @rzvxa's suggestion in #4263 (review).
- Loading branch information