mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
decrease str
inline size
This commit is contained in:
parent
4509076b78
commit
93bea3dcd5
@ -13,7 +13,7 @@ struct Str{
|
|||||||
int size;
|
int size;
|
||||||
bool is_ascii;
|
bool is_ascii;
|
||||||
char* data;
|
char* data;
|
||||||
char _inlined[24];
|
char _inlined[16];
|
||||||
|
|
||||||
bool is_inlined() const { return data == _inlined; }
|
bool is_inlined() const { return data == _inlined; }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user