forked from facebook/redex
-
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.
Fix initialization of optionally inlined objects in presence of loops
Summary: Instead of trying to be clever with the placement of the initialization code for optionally inlined objects in the presence of loops, just place the very initial zero-assignment and it at the beginning of the method body. Reviewed By: ssj933 Differential Revision: D55992980 fbshipit-source-id: d0eb0d05acf863e456e6158c9c9cbeb24cff2eca
- Loading branch information
1 parent
22fcf73
commit 8bb16e2
Showing
3 changed files
with
54 additions
and
24 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