syzkaller/tools/syz-check
Dmitry Vyukov 58ae5e1862 prog: remove StructDesc
Remove StructDesc, KeyedStruct, StructKey and all associated
logic/complexity in prog and pkg/compiler.
We can now handle recursion more generically with the Ref type,
and Dir/FieldName are not a part of the type anymore.
This makes StructType/UnionType simpler and more natural.

Reduces size of sys/linux/gen/amd64.go from 5201321 to 4180861 (-20%).

Update #1580
2020-05-03 12:55:42 +02:00
..
check.go prog: remove StructDesc 2020-05-03 12:55:42 +02:00
dwarf.go tools/syz-check: check amd64 and 386 at the same time 2019-12-22 19:34:12 +01:00