Hello David Ribeiro Alves, Andrew Wong,

I'd like you to do a code review.  Please visit

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

to review the following change.

Change subject: Micro-optimizations to try to inline DeltaKey::DecodeFrom
......................................................................

Micro-optimizations to try to inline DeltaKey::DecodeFrom

This is a hot function in update-heavy workloads (eg YCSB workload A).
This is an attempt to make it inlinable, by marking it "hot" and
out-of-lining the error cases into a function marked "noinline".

Change-Id: I0611a3dd1309ab815880c2d151c1270a05f8e406
---
M src/kudu/tablet/delta_key.h
1 file changed, 11 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/60/6160/1
-- 
To view, visit http://gerrit.cloudera.org:8080/6160
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0611a3dd1309ab815880c2d151c1270a05f8e406
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: David Ribeiro Alves <[email protected]>

Reply via email to