Tim Armstrong has uploaded a new patch set (#2). Change subject: Enable BOOST_NO_EXCEPTIONS for codegened code ......................................................................
Enable BOOST_NO_EXCEPTIONS for codegened code BOOST_NO_EXCEPTIONS lets us provide an handler for errors instead of having boost throw exceptions. This lets us crash the process in a slightly nicer way and also greatly reduces the number of static exception objects littering the cross-compiled IR module, which helps with codegen time. Also turn on colour diagnostics for cross-compiled clang (it's already enabled for ASAN clang). Change-Id: Iaff17b502a752963346b3a2f17fc58d22e778d50 --- M be/CMakeLists.txt M be/src/exprs/scalar-fn-call.cc 2 files changed, 15 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/09/2909/2 -- To view, visit http://gerrit.cloudera.org:8080/2909 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Iaff17b502a752963346b3a2f17fc58d22e778d50 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Tim Armstrong <[email protected]>
