92
edits
Changes
→Case B - Using the Parallel Stacks Window
Walkthrough:
Step 1)<br/>
At our first breakpoint, at
cilk_spawn foo();
we can see in the Threads window the Main Thread:
[[File:Stacks-step1-threads.PNG|500px|center|Step 1 - threads]]
and the respective view for Parallel Stacks:[[File:Stacks-step1-threads.PNG|500px|center|Step 1 - stacks]]
==Case C==