提交 51f4d4d5 编写于 作者: B Behdad Esfahbod

Reduce prealloced number of user-data items from 2 to 1

Even 1 is too many but putting 0 breaks compile.  Saves 3k in .so
上级 3205de79
......@@ -545,7 +545,7 @@ struct hb_auto_array_t : hb_prealloced_array_t <Type>
template <typename item_t, typename lock_t>
struct hb_lockable_set_t
{
hb_prealloced_array_t <item_t, 2> items;
hb_prealloced_array_t <item_t, 1> items;
inline void init (void) { items.init (); }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册