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

Commit

Permalink
deps: update ChakraCore to chakra-core/ChakraCore@28cc7c2c48
Browse files Browse the repository at this point in the history
[1.8>1.9] [MERGE #4620 @sigatrev] ARM64: fix in-proc jit memory leak

Merge pull request #4620 from sigatrev:arm64_inproc

arm32 has special handling for xdata, but arm64 handles it the same way as amd64.

Reviewed-By: chakrabot <chakrabot@users.noreply.github.com>
  • Loading branch information
sigatrev authored and chakrabot committed Jan 31, 2018
1 parent 750bbf2 commit 1727576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/chakrashim/core/lib/Runtime/Base/FunctionBody.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8867,7 +8867,7 @@ namespace Js
}
#endif
XDataAllocator::Unregister(this->xdataInfo);
#if defined(_M_ARM32_OR_ARM64)
#if defined(_M_ARM)
if (JITManager::GetJITManager()->IsOOPJITEnabled())
#endif
{
Expand Down

0 comments on commit 1727576

Please sign in to comment.