[Flint] normalize surface addresses and pack Gen9 message payloads
Mirror Gitea refs to GitHub / mirror (push) Successful in 21s
Test / build_and_test (push) Successful in 2m54s
Build / build (push) Successful in 4m37s

This commit is contained in:
2026-08-28 19:35:16 +02:00
parent 441d5fbb96
commit 0788470ee5
14 changed files with 503 additions and 28 deletions
+3 -1
View File
@@ -14,6 +14,8 @@ pub const Properties = packed struct {
system_values_lowered: bool = false,
resources_lowered: bool = false,
messages_lowered: bool = false,
message_addresses_lowered: bool = false,
message_payloads_lowered: bool = false,
control_flow_lowered: bool = false,
regions_legalized: bool = false,
@@ -23,7 +25,7 @@ pub const Properties = packed struct {
flags_allocated: bool = false,
branches_resolved: bool = false,
_padding: u19 = 0,
_padding: u17 = 0,
};
pub const StorageBuffer = struct {