文件名称:C0Compiler
- 所属分类:
- 编译器/词法分析
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 241kb
- 下载次数:
- 0次
- 提 供 者:
- wangj******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编
-C0 written grammar with c compiler
-C0 written grammar with c compiler
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C0Compiler\C0Compiler.cpp
..........\C0Compiler.dsp
..........\C0Compiler.dsw
..........\C0Compiler.h
..........\C0Compiler.ncb
..........\C0Compiler.opt
..........\C0Compiler.plg
..........\C0Compiler.sln
..........\C0Compiler.suo
..........\C0Compiler.vcproj
..........\C0Compiler.vcproj.MICROSOF-848013.Administrator.user
..........\Debug\BuildLog.htm
..........\.....\C0Compiler.exe
..........\.....\C0Compiler.exe.embed.manifest
..........\.....\C0Compiler.exe.embed.manifest.res
..........\.....\C0Compiler.exe.intermediate.manifest
..........\.....\C0Compiler.ilk
..........\.....\C0Compiler.obj
..........\.....\C0Compiler.pch
..........\.....\C0Compiler.pdb
..........\.....\mt.dep
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\vc90.pdb
..........\test1.txt
..........\test2.txt
..........\test3.txt
..........\test4.txt
..........\Debug
C0Compiler
..........\C0Compiler.dsp
..........\C0Compiler.dsw
..........\C0Compiler.h
..........\C0Compiler.ncb
..........\C0Compiler.opt
..........\C0Compiler.plg
..........\C0Compiler.sln
..........\C0Compiler.suo
..........\C0Compiler.vcproj
..........\C0Compiler.vcproj.MICROSOF-848013.Administrator.user
..........\Debug\BuildLog.htm
..........\.....\C0Compiler.exe
..........\.....\C0Compiler.exe.embed.manifest
..........\.....\C0Compiler.exe.embed.manifest.res
..........\.....\C0Compiler.exe.intermediate.manifest
..........\.....\C0Compiler.ilk
..........\.....\C0Compiler.obj
..........\.....\C0Compiler.pch
..........\.....\C0Compiler.pdb
..........\.....\mt.dep
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\.....\vc90.pdb
..........\test1.txt
..........\test2.txt
..........\test3.txt
..........\test4.txt
..........\Debug
C0Compiler