Skip to content

Commit d0df7bc

Browse files
committed
Consolidate README.md files
1 parent 467873e commit d0df7bc

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

src/ansi-c/README

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/ansi-c/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33

44
\author Kareem Khazem
55

6+
CodeWarrior C Compilers Reference 3.2:
7+
8+
http://cache.freescale.com/files/soft_dev_tools/doc/ref_manual/CCOMPILERRM.pdf
9+
10+
http://cache.freescale.com/files/soft_dev_tools/doc/ref_manual/ASMX86RM.pdf
11+
12+
ARM 4.1 Compiler Reference:
13+
14+
http://infocenter.arm.com/help/topic/com.arm.doc.dui0491c/DUI0491C_arm_compiler_reference.pdf
15+
16+
17+
Parsing performance considerations:
18+
19+
* Measured on trunk/regression/ansi-c/windows_h_VS_2012/main.i
20+
21+
* 13%: Copying into i_preprocessed
22+
23+
* 5%: ansi_c_parser.read()
24+
25+
* 53%: yyansi_clex()
26+
27+
* 29%: parser (without typechecking)
28+
629
\section preprocessing Preprocessing & Parsing
730

831
In the \ref ansi-c and \ref java_bytecode directories

src/big-int/README

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/xmllang/README

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/xmllang/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
\ingroup xmllang
33

44
`xmllang` is a utility for converting to XML.
5+
6+
Based on grammar/tokenizer from http://www.w3.org/XML/9707/xml-in-c.tar.gz
7+
also see http://www.w3.org/XML/9707/XML-in-C

0 commit comments

Comments
 (0)