Gobo Eiffel C Compilation PreviousNext

Gobo Eiffel C Compilation, or gecc for short, is an open source tool which is able to compile the C code generated by gec in a multi-threaded environment. It takes as argument the filename of the script generated by gec, and optionally the number of threads to be used (the number of CPUs available on the machine by default). It will execute all lines except the last one concurrently given the chosen number of threads, and then will execute the last line (which is supposed to be the link command to generate the executable file).

This documentation of gecc is structured as follows:

Using gecc
Command-line options.
Downloading Instructions
License agreement and downloading instructions.


Copyright © 2018, Eric Bezault
mailto:ericb@gobosoft.com
http://www.gobosoft.com
Last Updated: 6 October 2018
HomeTocPreviousNext