免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库

动态

2016-04-26

  • lazy_linux 发表了新话题 2016-04-26 20:55
    GCC中流水线描述
    在gcc/config/i386/ppro.md文件中,描述了Intel P6处理器中流水线的使用规则。 其中部分代码如下: ;; The P6 pipeline has three major components: ;; 1) ...

2015-04-16

  • lazy_linux 发表了新话题 2015-04-16 11:19
    关于gcc 中asm spec的问题
    [GCC@localhost specs]$ gcc -dumpspecs > specs [GCC@localhost specs]$ cat specs *asm: %{v:-V} %{Qy:} %{!Qn:-Qy} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:% ...

2015-04-15

2015-03-07

2015-01-23

2015-01-16

  • lazy_linux 发表了新话题 2015-01-16 10:04
    GCC中spec的问题
    在gcc/gcc.c中有如下代码: static const struct compiler default_compilers[] = { /* Add lists of suffixes of known languages here. If those langua ...

2014-08-04

2014-08-01

2013-11-24