Closed nobugs-hare closed 6 years ago
bijections_only should mean "return_type == T"; no_physical_size_increase is a bit more relaxed, with sizeof(return_type) == sizeof(T).
Have to check all the occurrences and fix if necessary.
Supposedly clarified in https://github.com/ITHare/obf/commit/0997d1fa9effd762b78fb26139108572c6de3658 .
bijections_only should mean "return_type == T"; no_physical_size_increase is a bit more relaxed, with sizeof(return_type) == sizeof(T).
Have to check all the occurrences and fix if necessary.