13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>C++ compiler option: --pending-instantiationsMenu entry-Command line syntax--pending-instantiations=nwhere n is the maximum number of instantiations of a single template.Default: 64DescriptionSpecifies the maximum number of instantiations of a given template that may be in process of beinginstantiated at a given time. This is used to detect runaway recursive instantiations. If n is zero, there isno limit.ExampleTo specify a maximum of 32 pending instantiations, enter:cparm --pending-instantiations=32 test.ccRelated in<strong>for</strong>mationSection 2.5, Template Instantiation460

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!