[DynInst_API:] [dyninst/dyninst] 490fc7: Add caching to Emitter::clobberAllFuncCall (#2213)


Date: Fri, 17 Apr 2026 07:32:34 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 490fc7: Add caching to Emitter::clobberAllFuncCall (#2213)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 490fc7709238334d3dbc3286ce509053d18c193c
      https://github.com/dyninst/dyninst/commit/490fc7709238334d3dbc3286ce509053d18c193c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2026-04-17 (Fri, 17 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 (#2213)

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] 490fc7: Add caching to Emitter::clobberAllFuncCall (#2213), Tim Haines <=