Store index inside BinaryBasicBlock instead of in map on BinaryFunction.
Summary: Store the basic block index inside the BinaryBasicBlock instead of a map in BinaryFunction. This cut another 15-20 sec. from the processing time for hhvm. (cherry picked from FBD3533606)
Loading
Please sign in to comment