摘要: 1. C++ Primer 2. 深入理解 FFmpeg 3. 鸿蒙 sdk 开发 4. LLVM Core Libraries GCC和 LLVM 都是三段式编译的工作原理,分别是前端、优化器和后端。 前端负责解析源代码,检查语法错误,并将其翻译为抽象的语法树; 优化器对这一中间代码进行优化,试图 阅读全文
posted @ 2024-07-30 16:24 strive-sun 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1. 查看 .so 符号表 objdump -T libxxx.so 2. 查看文件大小 ls -lf libxxx.so 3. 查看 .a 架构信息 lipo -detailed_info libxxx.a 4. 安装 cmake.js brew install node https://yves 阅读全文
posted @ 2024-07-30 14:32 strive-sun 阅读(4) 评论(0) 推荐(0) 编辑