如何理解runtime

A runtime system creates a layer over the operating system (OS) that contains other programs that handle the tasks needed to get the main program running.
Runtime可以理解成程序运行时的辅助。
terminology - What is "runtime"? - Stack Overflow
非常好的问题:
Runtime是程序运行时的辅助代码。

runtime代码是实现语言本身特性所需的代码。

runtime是代码运行时依赖的库、平台、框架(framework,这是啥?)
1、C++和C的runtime就是一系列函数;
2、.NET的runtime就是 解释器?垃圾回收管理、以及其他;

2325

被折叠的 条评论
为什么被折叠?



