[DynInst_API:] [dyninst/dyninst] 781412: Add caching to Emitter::clobberAllFuncCall


Date: Thu, 16 Apr 2026 17:28:36 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 781412: Add caching to Emitter::clobberAllFuncCall
  Branch: refs/heads/thaines/add_caching_clobberAllFuncCall
  Home:   https://github.com/dyninst/dyninst
  Commit: 781412649a1620c91612fb735b0aeb0b0d4a8964
      https://github.com/dyninst/dyninst/commit/781412649a1620c91612fb735b0aeb0b0d4a8964
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2026-04-16 (Thu, 16 Apr 2026)

  Changed paths:
    M dyninstAPI/CMakeLists.txt
    M dyninstAPI/src/codegen/emitters/x86/IA32/EmitterIA32.C
    M dyninstAPI/src/codegen/emitters/x86/IA32/EmitterIA32.h
    M dyninstAPI/src/emit-aarch64.h
    M dyninstAPI/src/emit-power.h
    M dyninstAPI/src/emit-x86.C
    M dyninstAPI/src/emit-x86.h
    A dyninstAPI/src/function_cache.h
    M dyninstAPI/src/inst-aarch64.C
    M dyninstAPI/src/inst-power.C
    M dyninstAPI/src/inst-x86.C

  Log Message:
  -----------
  Add caching to Emitter::clobberAllFuncCall

The original caching was unwittingly removed by cc547f688 in 2026. This
also moves the caching from func_instance into the emitter where it is
actually used.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 781412: Add caching to Emitter::clobberAllFuncCall, Tim Haines <=