[all-commits] [llvm/llvm-project] 84c612: [lldb] Remove timer from SBModule copy ctor

Dave Lee via All-commits all-commits at lists.llvm.org
Fri Jan 20 13:00:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84c6129c943135e2c32b9254f08d0a2e7b21116a
      https://github.com/llvm/llvm-project/commit/84c6129c943135e2c32b9254f08d0a2e7b21116a
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
    M lldb/source/API/SBModule.cpp

  Log Message:
  -----------
  [lldb] Remove timer from SBModule copy ctor

The SBModule copy constructor has fast execution, and is high firing. Fast and
frequent functions are not good candidates for timers.

Differential Revision: https://reviews.llvm.org/D142150




More information about the All-commits mailing list