Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21225
Change subject: [codegen] use std::atomic instead of AtomicInt ...................................................................... [codegen] use std::atomic instead of AtomicInt The chromium-based atomics are deprecated in favor of std::atomic from the STL: this patch switches from AtomicInt to std::atomic for the codegen's compilation manager. I changes the corresponding metrics from int64_t to uint64_t type. There are functional modifications in this changelist. Change-Id: I3271ef420163a6d996645bb60aa8d475c7925f92 --- M src/kudu/codegen/compilation_manager.cc M src/kudu/codegen/compilation_manager.h 2 files changed, 36 insertions(+), 29 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/25/21225/1 -- To view, visit http://gerrit.cloudera.org:8080/21225 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3271ef420163a6d996645bb60aa8d475c7925f92 Gerrit-Change-Number: 21225 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
