AMPC发布-从C代码自动生成Java代码

王朝java/jsp·作者佚名  2008-05-31
窄屏简体版  字體: |||超大  

Axiomatic Solutions 公布发布 一款新产品-AMPC(Axiomatic Multi-Platform C).

AMPC可以自动的将你的C代码生成为Java代码。

AMPC宣称支持大部分C89-C语言最初的ANSI/ISO标准。也是现在大部分程序员认作C语言的版本。

AMPC不支持Bit field,支持有限的double types, fork() 函数也被赋予了不同的意义。同时,用一个大的int数组来代表内存寻址。

官方提到:

The AMPC (Axiomatic Multi-Platform C) compiler/IDE tries to follow the ANSI C (1989) standard as closely as possible, but it is yet to be fully compliant. Although it is not pure ANSI C (1989), it supports a very large subset of the standard. The JVM architecture has no built-in addressable memory architecture, hence, we resort to using one large array of int as a substitute for addressable memory. We minimize referencing the large array of int when referencing local variables by means of a register allocation technique based on the priority based graph coloring algorithm, utilizing JVM's local variables as "registers". This results in faster executables somewhat.

Each address location of the monolithic memory architecture takes up 32-bit space. So, the memory space is 4-bytes-addessable (Word-addressable) and not byte-addressable. Consequently, all scalar data types are 4 bytes long and they are int, char, float, and double.

下载:http://www.download.com/3120-20_4-0.Html?tag=srch&qt=ampc&tg=dl-20&search.x=0&search.y=0&search=+Go%21

价格:$99USD

你觉得这个工具有用吗? 或者我们需要将perl,PHP甚至ruby转化为Java的工具吗?

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航