Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
[Merge chakra-core/ChakraCore@cb9be1fe92] [MERGE #3528 @MikeHolman] f…
Browse files Browse the repository at this point in the history
…ix double print in trace:backend

Merge pull request #3528 from MikeHolman:doubleprint

This also causes ETW event for codegen done to fire twice
  • Loading branch information
chakrabot authored and MSLaguana committed Sep 25, 2017
1 parent 2771174 commit 52e082b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deps/chakrashim/core/lib/Backend/NativeCodeGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1174,8 +1174,6 @@ NativeCodeGenerator::CodeGen(PageAllocator * pageAllocator, CodeGenWorkItem* wor
{
body->SetDisableInlineSpread(true);
}

NativeCodeGenerator::LogCodeGenDone(workItem, &start_time);

#ifdef PROFILE_BAILOUT_RECORD_MEMORY
if (Js::Configuration::Global.flags.ProfileBailOutRecordMemory)
Expand Down

0 comments on commit 52e082b

Please sign in to comment.