Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3181: Add noexcept to some functions ......................................................................
IMPALA-3181: Add noexcept to some functions This commit adds noexcept specifier to some cross-compiled functions which are known to not throw exceptions. This helps avoid some exception related instructions (e.g. invoke, landingpad) in the IR. Change-Id: I96bd2fec6c14771acae1e700bed958951368ee77 Reviewed-on: http://gerrit.cloudera.org:8080/3256 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- M be/CMakeLists.txt M be/src/common/status.cc M be/src/common/status.h M be/src/runtime/mem-pool.cc M be/src/runtime/mem-pool.h M be/src/udf/udf-internal.h M be/src/udf/udf.cc M be/src/udf/udf.h M be/src/udf_samples/CMakeLists.txt 9 files changed, 26 insertions(+), 27 deletions(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/3256 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I96bd2fec6c14771acae1e700bed958951368ee77 Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
