Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我有一个 hello world 程序,它打印“Hello World”。现在,我已经为 CISC 处理器编译了这个程序,接下来我为 RISC 处理器编译了这个程序。我的问题是哪个代码量更大,为什么?
程序大小相同。因为它们都只是将字符串常量传递给系统调用。