
编译原理
Omni-Space
专注Android, Mobile Security and AI
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PLT and GOT - the key to code sharing and dynamic libraries
The shared library is an integral part of a modern system, but often the mechanisms behind the implementation are less well understood. There are, of course, many guides to this sort of thing. Hopeful...转载 2020-04-11 01:08:34 · 412 阅读 · 0 评论 -
高级语言的编译:链接及装载过程介绍
###引言 随着越来越多功能强大的高级语言的出现,在服务器计算能力不是瓶颈的条件下,很多同学会选择开发效率高,功能强大的虚拟机支持的高级语言(Java),或者脚本语言(Python,Php)作为实现功能的首选,而不会选择开发效率低,而运行效率高的 C/C++ 作为开发语言。而这些语言一般情况下是运行在虚拟机或者解释器中,而不需要直接跟操作系统直接打交道。 虚拟机和解释器相当于为高级语言或者脚本转载 2016-03-07 18:58:53 · 645 阅读 · 0 评论