File tree Expand file tree Collapse file tree 5 files changed +26
-26
lines changed Expand file tree Collapse file tree 5 files changed +26
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
4
4
\author Kareem Khazem
5
5
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
+
6
29
\section preprocessing Preprocessing & Parsing
7
30
8
31
In the \ref ansi-c and \ref java_bytecode directories
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
\ingroup xmllang
3
3
4
4
` 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
You can’t perform that action at this time.
0 commit comments