You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/internal
Daniel Martí d138afaf32 don't panic when we can error as easily
Panicking in small helpers or in funcs that don't return error
has proved useful to keep code easier to maintain,
particularly for cases that should typically never happen.

However, in these cases we can error just as easily.
In particular, I was getting a panic whenever I forgot
that I was running garble with Go master (1.23), which is over the top.
4 months ago
..
asthelper implement flattening hardening 8 months ago
ctrlflow add trash block generator (#825) 5 months ago
linker don't panic when we can error as easily 4 months ago
literals fix shuffle obfuscation compiler optimization 7 months ago
ssa2ast add trash block generator (#825) 5 months ago