mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-12 06:21:29 +00:00
Implement function types / indirect calls / trampolines (#39)
This commit is contained in:
@ -21,7 +21,7 @@ class ObjectHeader {
|
||||
///////////////////////////////// Fields ////////////////////////////////////
|
||||
|
||||
// the next and prev pointer with tags in the least significant two bits that
|
||||
// would otherwise be zero (blocks are guaranteed to be aligned to 4/8 bytes)
|
||||
// would otherwise be zero (blocks are guaranteed to be aligned to 8 bytes)
|
||||
tagged_next: usize;
|
||||
tagged_prev: usize;
|
||||
|
||||
|
Reference in New Issue
Block a user