[bit-set] Micro-optimize size
It's silly that this saves size at all. :(
This commit is contained in:
parent
cf9b9929df
commit
fe5d9176ae
|
@ -640,7 +640,7 @@ struct hb_bit_set_t
|
||||||
|
|
||||||
for (; i < page_map.length; i++)
|
for (; i < page_map.length; i++)
|
||||||
{
|
{
|
||||||
const page_map_t ¤t = page_map.arrayZ[i];
|
const page_map_t ¤t = page_map_array[i];
|
||||||
hb_codepoint_t m = pages_array[current.index].get_min ();
|
hb_codepoint_t m = pages_array[current.index].get_min ();
|
||||||
if (m != INVALID)
|
if (m != INVALID)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue