-
Enhancement
-
Resolution: Fixed
-
P4
-
None
The isSceneRoot, isLayoutRoot methods in Parent are called frequently, but compute their values on every call. We may find that having some backdoor package private methods from Scene / Node to Parent could instead update simple boolean fields which we could then just read (not even have the methods). On an interpreter this would make things faster by avoiding all this method call overhead.