This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
from 2a43313 [fix] fix compile error (#8410) add 8eec4bf [feature](thread-local) Add thread local variable ThreadContext (#7234) No new revisions were added by this update. Summary of changes: be/src/runtime/CMakeLists.txt | 2 + .../{multi_precision.h => thread_context.cpp} | 15 +-- be/src/runtime/thread_context.h | 143 +++++++++++++++++++++ be/src/runtime/threadlocal.cc | 84 ++++++++++++ be/src/runtime/threadlocal.h | 127 ++++++++++++++++++ 5 files changed, 363 insertions(+), 8 deletions(-) copy be/src/runtime/{multi_precision.h => thread_context.cpp} (74%) create mode 100644 be/src/runtime/thread_context.h create mode 100644 be/src/runtime/threadlocal.cc create mode 100644 be/src/runtime/threadlocal.h --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org