commit | f52688890edd7c587ec11cf1d565f235e41a6c43 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Mon Jan 16 17:04:39 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sun Feb 19 12:51:05 2023 -0700 |
tree | c413367521a7229ef06bf156bd688aa0cc5acb5c | |
parent | 4aabc4166430fed52e9a2e4042147e3480f9178a [diff] |
Avoid extra allocations in block block_set_scope and block_set_using unconditionally allocate the block namespace object. However, this isn't truly needed, so arrange to only allocate when it is.