Michael Ho has uploaded a new change for review. http://gerrit.cloudera.org:8080/3483
Change subject: Remove some code in like-predicate-ir.cc from cross-compilation ...................................................................... Remove some code in like-predicate-ir.cc from cross-compilation like-predicate-ir.cc contains a lot of code which won't be called and inlined by other IR functions. (e.g. the prepare functions). To reduce the size of the bitcode module, this change removes these functions from cross compilation and moves them into like-predicate.cc instead. Change-Id: I1279622ff97af0e1bedcfd9aafdb875b01e38c7c --- M be/src/exprs/CMakeLists.txt M be/src/exprs/like-predicate-ir.cc A be/src/exprs/like-predicate.cc M be/src/exprs/like-predicate.h 4 files changed, 424 insertions(+), 390 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/83/3483/1 -- To view, visit http://gerrit.cloudera.org:8080/3483 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1279622ff97af0e1bedcfd9aafdb875b01e38c7c Gerrit-PatchSet: 1 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]>
