Simpler coding for new representation for arrays

With the tags comming first in a cell, we can define the whole cell
as a C type and let C do part of the address computations.
This commit is contained in:
Roberto Ierusalimschy
2023-11-24 14:41:07 -03:00
parent 25cd3d377e
commit 52b899d60d
3 changed files with 36 additions and 50 deletions

View File

@@ -762,7 +762,7 @@ typedef union Node {
#define setnorealasize(t) ((t)->flags |= BITRAS)
typedef union ArrayCell ArrayCell;
typedef struct ArrayCell ArrayCell;
typedef struct Table {