- 授权协议: BSD
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/lpsantil/rt0
- 软件文档: https://github.com/lpsantil/rt0
软件介绍
rt0 是一个非常小的 C 运行时,用于 Linux i386 & x86_64
特性:
仅仅 87 SLOC 实现
仅仅 2 行 GCC 嵌入 ASM for i386
仅仅 6 行 GCC 嵌入 ASM for x86_64
Small runtime providing just
argc,argv,envp,__environ,_exit, andsyscall0/1/2/3/4/5/6Small binary sizes vs. other libc's
Is Parallel Programming Hard, And, If So, What Can You Do About
Paul E. McKenney
The purpose of this book is to help you understand how to program shared-memory parallel machines without risking your sanity.1 By describing the algorithms and designs that have worked well in the pa......一起来看看 《Is Parallel Programming Hard, And, If So, What Can You Do About 》 这本书的介绍吧!
