Closed aneksteind closed 1 year ago
Reduces repeated calls to construct_adt_metadata, thereby reducing instances of for e.g. bubbling up hypothetical lifetimes.
construct_adt_metadata
On analyze-recover:
$ cat lighttpd-rust-static.out | grep "bubbling" | wc -l 18538929
and with this commit
$ cat lighttpd-rust-static.out | grep "bubbling" | wc -l 150723
Addresses #875 at least in part
Reduces repeated calls to
construct_adt_metadata
, thereby reducing instances of for e.g. bubbling up hypothetical lifetimes.On analyze-recover:
and with this commit
Addresses #875 at least in part