Michael Ho has uploaded a new change for review.

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

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/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
7 files changed, 25 insertions(+), 25 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I96bd2fec6c14771acae1e700bed958951368ee77
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Michael Ho <[email protected]>

Reply via email to