On 05/28/2014 05:48 AM, Ian Romanick wrote:
> From: Ian Romanick
>
> The only values allowed are 0 and 1, and the value is checked before
> assigning.
>
> With the previous changes, reduces the peak ir_variable memory usage in
> a trimmed apitrace of dota2 by 204KiB on 64-bit.
>
> Before: IR MEM:
From: Ian Romanick
The only values allowed are 0 and 1, and the value is checked before
assigning.
With the previous changes, reduces the peak ir_variable memory usage in
a trimmed apitrace of dota2 by 204KiB on 64-bit.
Before: IR MEM: variable usage / name / total: 6374280 1439077 7813357
Afte