mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Padding ecma_lcache_entry_t to 8 bytes size.
This commit is contained in:
parent
e955d8f742
commit
98a11c13d5
@ -39,8 +39,13 @@ typedef struct
|
|||||||
|
|
||||||
/** Compressed pointer to a property of the object */
|
/** Compressed pointer to a property of the object */
|
||||||
uint16_t prop_cp;
|
uint16_t prop_cp;
|
||||||
|
|
||||||
|
/** Padding structure to 8 bytes size */
|
||||||
|
uint16_t padding;
|
||||||
} ecma_lcache_hash_entry_t;
|
} ecma_lcache_hash_entry_t;
|
||||||
|
|
||||||
|
JERRY_STATIC_ASSERT (sizeof (ecma_lcache_hash_entry_t) == sizeof (uint64_t));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LCache hash value length, in bits
|
* LCache hash value length, in bits
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user