Next: , Previous: Parsing pass, Up: Passes


9.2 Cilk Plus Transformation

If Cilk Plus generation (flag -fcilkplus) is enabled, all the Cilk Plus code is transformed into equivalent C and C++ functions. Majority of this transformation occurs toward the end of the parsing and right before the gimplification pass.

These are the major components to the Cilk Plus language extension:

Documentation about Cilk Plus and language specification is provided under the "Learn" section in http://www.cilkplus.org/. It is worth mentioning that the current implementation follows ABI 1.1.