Commit dcfd0915 authored by Kenton Varda's avatar Kenton Varda

Add comment.

parent 630c2519
...@@ -413,6 +413,8 @@ struct TestInlineLists { ...@@ -413,6 +413,8 @@ struct TestInlineLists {
} }
struct TestStructLists { struct TestStructLists {
# Small structs, when encoded as list, will be encoded as primitive lists rather than struct
# lists, to save space.
struct Struct0 { f @0 :Void; } struct Struct0 { f @0 :Void; }
struct Struct1 { f @0 :Bool; } struct Struct1 { f @0 :Bool; }
struct Struct8 { f @0 :UInt8; } struct Struct8 { f @0 :UInt8; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment