On 03/21/2016 08:06 PM, Jeff Law wrote:
As noted last week, find_removable_extensions initializes several bitmaps, but doesn't clear them. This is not strictly a leak as the GC system should find dead data, but it's better to go ahead and clear the bitmaps. That releases the elements back to the cache and presumably makes things easier for the GC system as well. Bootstrapped and regression tested on x86_64-linux-gnu. OK for the trunk?
Looks like they don't leak anywhere, so ok. Probably ok even to install it now but maybe stage1 would be better timing.
Bernd