call-gatherer-passcall-gatherer-pass这个遍历计算在同一个方法中调用一个函数或方法的次数。 这允许编译器引入内联缓存, 以避免方法或函数查找: class MyClass extends OtherClass{ public function getValue() { this->someMethod(); this->someMethod(); // This method is called faster }}