Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcc-frontend « doc - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b15346db69b2b464d74e939a394adea0b904844 (plain)
1
2
3
4
5
6
7
8
9
* The GCC front-end

	The GCC front-end will accept input in a binary file with
	codes in the Common Intermediate Language (CIL), and generate
	native code.

	This will allow pre-compilation and full optimization to take
	place before a program is executed.