You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when endian is variable, complier always generate the two versions of code even if it will be the same (i.e. there are no fields that occupies more that 1 byte). For example, for this KSY:
Currently, when endian is variable, complier always generate the two versions of code even if it will be the same (i.e. there are no fields that occupies more that 1 byte). For example, for this KSY:
... the following JS code are generated (on kaitai-io/kaitai_struct_compiler@4cd8d59):
The compiler could track if particular type / parse instance actually depends on endiannes and generate only one variant of code if it doesn't.
The text was updated successfully, but these errors were encountered: