-
Enhancement
-
Resolution: Won't Fix
-
P4
-
None
-
9, 10
No need for having a public pointer to PhaseLive instance in Register_Allocate(). Pass the reference to methods that need it instead. Making it easier to follow where the live instance is used and prevents it from be used at places where the pointer might not be valid (pointing to NULL).