Skip to content

Commit

Permalink
[MERGE #1114] Remove bad assert.
Browse files Browse the repository at this point in the history
Merge pull request #1114 from LouisLaf:rejit
Fix for 7832185. My rejit changes added and assert which I then made invalid.
The assert said the code path can only hit once which isn't true anymore.
  • Loading branch information
LouisLaf committed Jun 9, 2016
2 parents 2475f39 + 6ac715c commit 59a7b54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Backend/BailOut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,6 @@ void BailOutRecord::ScheduleFunctionCodeGen(Js::ScriptFunction * function, Js::S
if ((executeFunction->GetSavedImplicitCallsFlags() & savedImplicitCallFlags) == Js::ImplicitCall_None)
{
profileInfo->RecordImplicitCallFlags(savedImplicitCallFlags);
Assert(!profileInfo->IsLoopImplicitCallInfoDisabled());
profileInfo->DisableLoopImplicitCallInfo();
rejitReason = RejitReason::ImplicitCallFlagsChanged;
}
Expand Down

0 comments on commit 59a7b54

Please # to comment.