Hi :)
There are some TBB examples that come with Intel Composer.
I found some statements I do not recognize in the examples, like this one (in /tbb/examples/task)
list.push_back( *new( allocate_child() ) SimpleSumTask(root->right,&y) );
It's not the classic way to use the new operator. What does it mean?
Thank you in advance,
andrei
TBB examples
For more complete information about compiler optimizations, see our Optimization Notice.


