[DynInst_API:] [dyninst/dyninst] 7dec65: code cleanup integer funcs to * and / by constants


Date: Mon, 19 Oct 2020 07:22:05 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 7dec65: code cleanup integer funcs to * and / by constants
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 7dec653619c2f0597006670ee9409ea96b4bb7cb
      https://github.com/dyninst/dyninst/commit/7dec653619c2f0597006670ee9409ea96b4bb7cb
  Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
  Date:   2020-10-16 (Fri, 16 Oct 2020)

  Changed paths:
    M common/src/linuxKludges.C
    M common/src/linuxKludges.h

  Log Message:
  -----------
  code cleanup integer funcs to * and / by constants

* remove functions to multiply and divide by 1000 and 1000000 using
  adds, subtracts and shifts.  Not used, not needed.


  Commit: 260318c2eb228d53407f921d6be7ca174aacfcba
      https://github.com/dyninst/dyninst/commit/260318c2eb228d53407f921d6be7ca174aacfcba
  Author: kupsch <kupsch@xxxxxxxxxxx>
  Date:   2020-10-19 (Mon, 19 Oct 2020)

  Changed paths:
    M common/src/linuxKludges.C
    M common/src/linuxKludges.h

  Log Message:
  -----------
  Merge pull request #891 from kupsch/remove-muldivfuncs

code cleanup integer funcs to * and / by constants


Compare: https://github.com/dyninst/dyninst/compare/5d525e533075...260318c2eb22
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 7dec65: code cleanup integer funcs to * and / by constants, kupsch <=