Hello Internal Jenkins, Tim Armstrong, Dan Hecht,

I'd like you to reexamine a change.  Please visit

    http://gerrit.cloudera.org:8080/3256

to look at the new patch set (#2).

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
---
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(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/56/3256/2
-- 
To view, visit http://gerrit.cloudera.org:8080/3256
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I96bd2fec6c14771acae1e700bed958951368ee77
Gerrit-PatchSet: 2
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]>

Reply via email to