diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-12-28 11:36:49 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-02-19 11:54:01 +0000 |
| commit | bde8fd413bd79491702c8ff7103f5069745574e9 (patch) | |
| tree | 3031745ef1ea67e50c16d94446246aed20a50fd4 /executor | |
| parent | 96e91f576713f6e6c16c05f3d1c8130bf5976dc3 (diff) | |
pkg/compiler: extend parent reference support in len
Earlier only len[parent, T] was supported and meant the size of the
whole structure.
Logically, len[parent:b, T] should be equivalent to just len[b, T].
Let len[parent:parent:a, T] refer to the structure that encloses the
current one.
Support len fields inside unions.
Diffstat (limited to 'executor')
0 files changed, 0 insertions, 0 deletions
