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
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
See rurban/perl-compiler#341
upstream aux_list returns the SV/GV under ithreads, where it should just return the padoffset.
This breaks all multideref ops under ithreads and is just horrible design.
Change aux_list to return the padoffset and change all core clients to use this padoffset: B::Deparse, B::Concise, ...