Python 2.1 有什么新变化 概述 PEP 227: 嵌套的作用域 PEP 236: __future__ 指令 PEP 207: 富比较 PEP 230: 警告框架 PEP 229: 新的构建系统 PEP 205: 弱引用 PEP 232: 函数属性 PEP 235: 在大小写不敏感的平台上导入模块 PEP 217: 交互模式显示钩...
附录 A. Revision History 附录 A. Revision History 修订历史 修订 3-18.2 Sun Apr 29 2018 Marcos Fouces Translation files synchronised with XML sources 3-18 修订 3-18.1 Tue Mar 20 2018 Marc...
Linux 内核开发 简介 如何入门 Linux 内核 安装 Linux 内核 Linux 内核开发入门 一些建议 总结 相关链接 Linux 内核开发 简介 如你所知,我从去年开始写了一系列关于 x86_64 架构汇编语言程序设计的博文 。除了大学期间写过一些 Hello World 这样无实用价值的程序之外,我从来没写过哪怕...
Writing an LLVM Pass Introduction — What is a pass? Quick Start — Writing hello world Setting up the build environment Basic code required Running a pass with opt Pass classes...