[all-commits] [llvm/llvm-project] bd6946: [scudo] Use fast get time in secondary.

Christopher Ferris via All-commits all-commits at lists.llvm.org
Wed Jun 28 17:30:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd694683eb2c04c36636424325a93bcad1a9c734
      https://github.com/llvm/llvm-project/commit/bd694683eb2c04c36636424325a93bcad1a9c734
  Author: Christopher Ferris <cferris at google.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M compiler-rt/lib/scudo/standalone/secondary.h

  Log Message:
  -----------
  [scudo] Use fast get time in secondary.

When I moved the primary to use the faster get time syscall, I missed
the secondary use. Now fix the secondary to use this function too.

Reviewed By: Chia-hungDuan

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




More information about the All-commits mailing list