Files
Alessandro Arzilli 7b33c542f4 pkg/proc: split off rangeParent from function extras (#4173)
The rangeParent calculation was changed 0b74953f0 to address slowness
(due to repeated calculations) when calling PackageVariables. That
changed caused to program to use a lot of memory due to having to
calculate the range bodies of every function. This change reverts
0b74953f0 and splits off rangeBodies calculation from the extras method
of Function, so that it isn't called from PackageVariables.

Fixes #4146
2025-10-06 14:28:11 -04:00
..
2024-10-11 12:34:25 -07:00