亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 1743 | 回復: 2
打印 上一主題 下一主題

C-Breeze [復制鏈接]

論壇徽章:
0
跳轉到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2009-03-24 22:01 |只看該作者 |倒序瀏覽
還不錯的一個基礎設施

What is C-Breeze?
  C-Breeze is an infrastructure for building C compilers. It is written in C++, and consists of a set of classes for representing a C program as an abstract syntax tree (AST). It includes many support classes for inspecting, manipulating, and analyzing the program in the AST form. We also provide a front end that parses C code (ANSI/ISO 9899-1990 standard) and generates the initial AST.

Building a compiler with C-Breeze
  The overall process of building a C-Breeze compiler is as follows:

Download and upack the C-Breeze source.
Fix the Makefile.inc to reflect your local configuration.
Compile the classes to produce libc-breeze.a
Define one or more new compiler Phases.
Compile your new Phases and link against libc-breeze.a to produce an executable.


System requirements
  The C-Breeze code itself is quite portable, but the C compilers built using C-Breeze can only compile C89 code. Therefore, C-Breeze compilers must have a C89-compliant preprocessor and C89-friendly system header files. We have found that the following configuration works well:

Compile the C-Breeze classes using g++ 3.x
Provide gcc 2.95.x (and accompanying header files) for your C-Breeze compiler to use as the preprocessor.

Citing C-Breeze
  If you incorporate C-Breeze into your research, please let us know -- and please use the following citation in your publications:

The C-Breeze Compiler Infrastructure
Calvin Lin, Samuel Z. Guyer, Daniel Jimenez
TR-01-43, The University of Texas at Austin, November, 2001.


Passes
  C-Breeze provides some built-in passes that process C code at various levels:

AST level passes
  After initial parsing, C-Breeze represents C programs in a high-level AST form.

CFG/Dismantled level passes
  Most analysis and optimization passes use a dismantled form of the AST that resembles a three-address code.

Backend passes
  We currently provide an assembly code backend as well as a C-code backend ("unparsing"


http://www.cs.utexas.edu/users/c-breeze/

論壇徽章:
0
2 [報告]
發(fā)表于 2009-03-24 22:47 |只看該作者
在 AST 上進行所有分析和優(yōu)化,有 C 后端和 ASM 后端。
不錯啊,哪個學校的。磕壳斑不提供代碼下載。

論壇徽章:
0
3 [報告]
發(fā)表于 2009-03-26 07:10 |只看該作者
好像是 得克薩斯大學
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術有限公司. 版權所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關心和支持過ChinaUnix的朋友們 轉載本站內容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP