forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Perf] More efficient handling of __callStatic
Summary: Store HasCall and HasCallStatic flags in ObjectStaticCallbacks for hphp, in ClassStatement and ClassEvalState for hphpi, and in ClassInfo (as a last resort) to allow testing without creating an object. Also precompute UseGet, UseSet, UseIsset and UseUnset for hphpi, rather than calling findMethod for each one on each object construction. Test Plan: fast_tests slow_tests Reviewers: myang Reviewed By: myang CC: cbueno, ps, mwilliams, myang Differential Revision: 344089 Task ID: 746527
- Loading branch information
mwilliams
authored and
macvicar
committed
Oct 18, 2011
1 parent
1d13c6f
commit 1139816
Showing
26 changed files
with
275 additions
and
244 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.