文章詳情頁(yè)
AMPC發(fā)布-從C代碼自動(dòng)生成Java代碼
瀏覽:3日期:2024-03-15 11:13:05
Axiomatic Solutions 宣布發(fā)布 一款新產(chǎn)品-AMPC(Axiomatic Multi-Platform C). AMPC可以自動(dòng)的將你的C代碼生成為Java代碼。AMPC宣稱支持大部分C89-C語(yǔ)言最初的ANSI/ISO標(biāo)準(zhǔn)。也是現(xiàn)在大部分程序員認(rèn)作C語(yǔ)言的版本。AMPC不支持Bit field,支持有限的double types, fork() 函數(shù)也被賦予了不同的意義。同時(shí),用一個(gè)大的int數(shù)組來(lái)代表內(nèi)存尋址。官方提到: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.
標(biāo)簽:
Java
相關(guān)文章:
1. Spring 2.0 發(fā)布2. Docker 部署 Prometheus的安裝詳細(xì)教程3. Java剖析工具JProfiler 4.2 發(fā)布4. JavaMail 1.4 發(fā)布5. Java 數(shù)據(jù)庫(kù) PointBase 5.5 發(fā)布6. Spring IDE 1.2.4發(fā)布7. JSR 196:pluggable authentication for JEE containers 草案發(fā)布8. SVNKit(前JavaSVN) 1.1.0 發(fā)布9. 基于Java的開(kāi)源關(guān)系數(shù)據(jù)庫(kù)H2發(fā)布10. python 如何用 Hypothesis 來(lái)自動(dòng)化單元測(cè)試
排行榜
