You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit migrates definition-use (DU) chain allocation from manual
memory management to the arena allocator system. This change ensures
consistent memory handling and prevents potential memory leaks.
The DU-chain memory is now automatically freed when INSN_ARENA is
destroyed during global_release(), following shecc's established memory
management patterns.
Close#160
0 commit comments