在线笔记
全部博文(596)
发布时间:2013-05-24 16:42:20
http://en.wikipedia.org/wiki/Instruction_cycleThe circuits used in the CPU during the cycle are:Program counter (PC) - an incrementing counter that keeps track of the memory address of the instruction that is to be executed next.Memory address register (MAR) - ho.........【阅读全文】
发布时间:2013-05-24 16:11:31
http://vger.kernel.org/vger-lists.html列出了linux内核的邮件列表,点击"subscribe / unsubscribe......【阅读全文】
发布时间:2013-05-14 22:40:36
http://www.logix.cz/michal/devel/gas-cfi/CFI support for GNU assembler (GAS) Modern ABIs don't require frame pointers to be used in functions. However missing FPs bring difficulties when doing a backtrace. One solution is to provide Dwarf-2 CFI data for each such function. This .........【阅读全文】