"Shared" bytecode in different architecture slices?

45 Views Asked by At

I have this universal binary which contains two slices (armv7 and armv7s). I got some simple classes which simply hold some data. Is it possible to compile these classes so they're only in the binary once instead of once for each slice? The reason I ask this is that I want to reduce the app's compiled size.

Thanks!

0

There are 0 best solutions below