码迷,mamicode.com
首页 >  
搜索关键字:arm64    ( 307个结果
深入解析 ObjC 中方法的结构
因为 ObjC 的 runtime 只能在 Mac OS 下才能编译,所以文章中的代码都是在 Mac OS,也就是 x86_64 架构下运行的,对于在 arm64 中运行的代码会特别说明。 在上一篇分析 isa 的文章从 NSObject 的初始化了解 isa中曾经说到过实例方法被调用时,会通过其持有 isa 指针寻找对应的类,然后在其中的 class_data_bits_t...
分类:其他好文   时间:2016-05-13 00:09:53    阅读次数:296
上古时代 Objective-C 中哈希表的实现
因为 ObjC 的 runtime 只能在 Mac OS 下才能编译,所以文章中的代码都是在 Mac OS,也就是 x86_64 架构下运行的,对于在 arm64 中运行的代码会特别说明。 写在前面 文章会介绍上古时代 Objective-C 哈希表,也就是 NXHashTable : NXHashTable 的实现NXHashTable 的性能分析NXHashTab...
分类:其他好文   时间:2016-05-13 00:06:32    阅读次数:252
ABI与Instruction Set
例子在Android手机执行getprop | grep cpu,会得到类似下面的信息:[ro.product.cpu.abi]: [arm64-v8a] [ro.product.cpu.abilist]: [arm64-v8a,armeabi-v7a,armeabi] [ro.product.cpu.abilist32]: [armeabi-v7a,armeabi] [ro.product.cpu...
分类:其他好文   时间:2016-05-12 20:30:31    阅读次数:196
Undefined symbols for architecture arm64:
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_UIResponder", referenced from: _OBJC_CLASS_$_AppDelegate in AppDelegate.o "_OBJC_METACLASS_$_ ...
分类:其他好文   时间:2016-05-11 19:35:32    阅读次数:438
[转帖] Documentation/arm64/booting.txt : Booting AArch64 Linux
Booting AArch64 Linux Author: Will Deacon <will.deacon@arm.com>Date : 07 September 2012This document is based on the ARM booting document by Russell K ...
分类:系统相关   时间:2016-05-09 14:14:38    阅读次数:321
linker command failed with exit code 1 (use -v to see invocation)
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_NSManagedObjectContext", referenced from: objc-class-ref in AppDelegate.o "_OBJC_CLASS_$_NSPe ...
分类:其他好文   时间:2016-05-08 16:35:31    阅读次数:146
[BS-15] Values of type 'NSInteger' should not be used as format arguments
Values of type 'NSInteger' should not be used as format arguments Values of type 'NSInteger' should not be used as format arguments 苹果app支持arm64以后会有一个 ...
分类:其他好文   时间:2016-05-08 11:51:28    阅读次数:126
Android M 6.0 Build about 64-bit (__arm64__)
Android M 的编译 对于新版本的Android系统(6.0 开始 ??),在编译时,支持同时编译出两种CPU架构( 即 32-bit 和 64-bit )的 Binaries,这个被称作 "Multilib build"。 对于 native static libraries 和 share ...
分类:移动开发   时间:2016-05-01 13:40:09    阅读次数:271
iOS模拟器:Undefined symbols for architecture x86_64
描述:为了适配iPhone 5s的64位处理器,在编译选项中加入了arm64架构。但是发现工程在真机上可以编译通过但是在模拟器上却未编过。 问题解决:经研究在编译选项中再加入x86_64架构,重新编译工程就可以在模拟器上编译成功了. 可以这样理解armv7 , armv7s对应真机的32位处理器,i ...
分类:移动开发   时间:2016-04-23 07:07:08    阅读次数:253
正确姿势介入JSPatch
1.简单介绍 在没有JSPatch之前,可能有人会使用过JSCocoa。但是有着一系列复杂问题,比如源码已经多年没有维护,代码规模巨大,不支持ARM64。如果想使用还需要升级libffi,并且尝试兼容ARM64,想编译通过都很困难。 JSPatch的出现基本解决了上述所有问题。在一个项目中接入JSP ...
分类:Web程序   时间:2016-04-05 15:47:10    阅读次数:576
307条   上一页 1 ... 17 18 19 20 21 ... 31 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!