forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Make the dataflow pass we were using more general; it was too specialized towards detecting "guarded" expressions such as X::foo(); ...; X::bar() where the X is known to exist in the call to bar, and didnt handle propagation of information about variables properly. - Mark type-hints as guaranteed non-null so we can avoid guarding on them - Mark definitely-not-inited variables - Mark definitely-not-reference-typed variables - Fix the emitter to handle setting meta-data on the inputs of SetL correctly.
- Loading branch information
Showing
6 changed files
with
257 additions
and
90 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
Oops, something went wrong.