Hello Yida Wu, Csaba Ringhofer, Impala Public Jenkins,

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/20697

to look at the new patch set (#6).

Change subject: IMPALA-11542: Fix LLVM memory manager bytes allocated
......................................................................

IMPALA-11542: Fix LLVM memory manager bytes allocated

Previously the bytes_allocated function would undercount memory
allocated by the LLVM memory manager, as it allocates memory in full
pages but bytes_allocated only tracked the actual storage requested.
Implements bytes_allocated in the SectionMemoryManager to access the
actual storage size allocated.

Change-Id: I5a0193a1694db0718d75651dc2b2f9f92c0d6064
---
M be/src/codegen/llvm-codegen-cache-test.cc
M be/src/codegen/mcjit-mem-mgr.h
M be/src/thirdparty/llvm/SectionMemoryManager.cpp
M be/src/thirdparty/llvm/SectionMemoryManager.h
4 files changed, 27 insertions(+), 18 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/97/20697/6
--
To view, visit http://gerrit.cloudera.org:8080/20697
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5a0193a1694db0718d75651dc2b2f9f92c0d6064
Gerrit-Change-Number: 20697
Gerrit-PatchSet: 6
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Yida Wu <[email protected]>

Reply via email to