NilFoundation / zkLLVM

Zero-Knowledge Proof Systems Circuit Compiler
https://docs.nil.foundation/zkllvm
285 stars 48 forks source link

Remove unnecessary "packed" attribute for structs #559

Closed aleasims closed 7 months ago

aleasims commented 7 months ago

Now we are forced to use packed structures, since assigner do not support alignments. E.g. we have:

struct __attribute__((packed)) chain;

We don't need this attribute in our examples after this issue will be completed: