본문 바로가기
프로그래밍 놀이터/iOS

[ios] 32bit, 64bit 이야기

by 돼지왕 왕돼지 2018. 2. 18.
반응형

[ios] 32bit, 64bit 이야기


https://developer.xamarin.com/guides/cross-platform/macios/32-and-64/

32bit, 32bit 64bit application, 32bit only application, 64bit, 64bit architecture, 64bit only application, 64bit 이야기, IOS, iPhone, iPhone 5S, memory space, Performance, [ios] 32bit, 앱 사이즈


-

전통적인 iOS 는 원래 완전히 32bit 였다.

그러나 최근의 iOS 는 모두 64bit 을 지원한다.



-

64bit 를 사용한다는 것은 사용 가능한 memory space 를 확장한다는 의미 이외에도

더 좋은 performance 를 낼 수 있다는 장점도 있다.



-

32bit only application 은 32bit, 64bit iOS device 모두에서 작동한다.



-

32bit, 64bit application 은 32bit, 64bit code 모두를 가지고 있다.

그래서 시스템이 어떤 녀석을 작동시킬지 결정해서 수행한다.



-

64bit only application 은 64bit iOS 장비에서만 작동한다.



-

여러 iphone 지원을 위해 32bit, 64bit 모두를 지원하게 되면 앱 사이즈는 확장이 된다.



-

iphone 5S 부터 64bit architecture 를 쓰기 시작했다.

( 참조 : http://www.pcadvisor.co.uk/feature/mobile-phone/64-bit-vs-32-bit-iphone-3469589/ )




반응형

댓글