Hello Yida Wu, Csaba Ringhofer,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/20697
to look at the new patch set (#2).
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 bytesAllocated in the SectionMemoryManager to access the
actual storage size allocated.
Change-Id: I5a0193a1694db0718d75651dc2b2f9f92c0d6064
---
M be/src/codegen/SectionMemoryManager.cc
M be/src/codegen/SectionMemoryManager.h
M be/src/codegen/llvm-codegen-cache-test.cc
M be/src/codegen/llvm-codegen-cache.cc
M be/src/codegen/llvm-codegen.cc
M be/src/codegen/mcjit-mem-mgr.h
6 files changed, 19 insertions(+), 13 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/97/20697/2
--
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: 2
Gerrit-Owner: Michael Smith <[email protected]>
Gerrit-Reviewer: Csaba Ringhofer <[email protected]>
Gerrit-Reviewer: Michael Smith <[email protected]>
Gerrit-Reviewer: Yida Wu <[email protected]>