Henry Robinson has uploaded a new change for review. http://gerrit.cloudera.org:8080/7478
Change subject: IMPALA-5532: Stack-allocate compressors in RowBatch (de)serialization ...................................................................... IMPALA-5532: Stack-allocate compressors in RowBatch (de)serialization Change allocation pattern for Codec objects in RowBatch to be stack-allocated. Make c'tors and Init() methods of codec implementations publicly visible in order to do so. Change-Id: I6641f4a08bd2711c4f4515ab29a6e5418cbd5f51 --- M be/src/experiments/compression-test.cc M be/src/runtime/row-batch.cc M be/src/util/codec.cc M be/src/util/codec.h M be/src/util/compress.cc M be/src/util/compress.h M be/src/util/decompress-test.cc M be/src/util/decompress.cc M be/src/util/decompress.h M be/src/util/runtime-profile.cc 10 files changed, 209 insertions(+), 208 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/78/7478/1 -- To view, visit http://gerrit.cloudera.org:8080/7478 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6641f4a08bd2711c4f4515ab29a6e5418cbd5f51 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Henry Robinson <[email protected]>
