numba icon indicating copy to clipboard operation
numba copied to clipboard

Replace Uses of `ir.Inst._rec_list_vars` When Statically Known

Open srilman opened this issue 1 year ago • 0 comments

Closes https://github.com/numba/numba/issues/9716.

Replaces uses of _rec_list_vars inside of list_vars for statically-known cases in subclasses of ir.Inst.

See approximately a 10% performance improvement on the mentioned benchmark

WAITING FOR BASE PR slade/lazy_pformat to be merged first.

srilman avatar Aug 27 '24 21:08 srilman