Portable Executalbe file size
There are two options as of code generation: ARM mode and Thumb mode.
Also mixed mode of ARM and Thumb is possible by using interworking option.
Sometimes this mixed mode configuration results in larger portable executable file size than ARM single mode.
I just wonder if there is possible way to estimate overhead which is generated by using ARM and Thumb mixed code.
Thanks
C.S. Bae

