Skip to content

Revert "Final changes before review for post-Rapperswil mailing" #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 1, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions algorithms.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,15 @@ <h1>Effect of execution policies on algorithm execution</h1>
</pre>

<ins>
Since <code>parallel_vector_execution_policy</code> allows the execution of element access functions to be
Since <code>parallel_vector_execution_policy</code> allows the execution of such function objects to be
interleaved on a single thread, synchronization, including the use of mutexes, risks deadlock. Thus the
synchronization with <code>parallel_vector_execution_policy</code> is restricted as follows:<pre>
</pre>

A standard library function is <em>vectorization-unsafe</em> if it is specified to synchronize with
another function invocation, or another function invocation is specified to synchronize with it, and if
it is not a memory allocation or deallocation function. Vectorization-unsafe standard library functions
may not be invoked by element access functions invoked by <code>parallel_vector_execution_policy</code> algorithms.<pre>
may not be invoked by user code called from <code>parallel_vector_execution_policy</code> algorithms.<pre>
</pre>

<cxx-note>
Expand Down
4 changes: 2 additions & 2 deletions front_matter.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<cxx-titlepage stage="draft">
<cxx-docnum>N4104</cxx-docnum>
<time pubdate="">2014-07-04</time>
<cxx-docnum>post-Rapperswil working draft number</cxx-docnum>
<time pubdate="">2014-06-XX</time>
<cxx-revises><a href="https://github.com/cplusplus/parallelism-ts/releases/download/N4071/parallelism-ts.pdf">N4071</a></cxx-revises>
<cxx-editor>
Jared Hoberock<br/>
Expand Down
8 changes: 4 additions & 4 deletions parallelism-ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@

<table>

<tbody><tr><th>Document Number:</th><td><cxx-docnum>N4104</cxx-docnum></td></tr>
<tbody><tr><th>Document Number:</th><td><cxx-docnum>post-Rapperswil working draft number</cxx-docnum></td></tr>


<tr><th>Date:</th><td><time pubdate="">2014-07-04</time></td></tr>
<tr><th>Date:</th><td><time pubdate="">2014-06-XX</time></td></tr>


<tr><th>Revises:</th><td><cxx-revises><a href="https://github.com/cplusplus/parallelism-ts/releases/download/N4071/parallelism-ts.pdf">N4071</a></cxx-revises></td></tr>
Expand Down Expand Up @@ -1661,14 +1661,14 @@ <h1>Contents</h1>
<pre></pre>

<ins>
Since <code>parallel_vector_execution_policy</code> allows the execution of element access functions to be
Since <code>parallel_vector_execution_policy</code> allows the execution of such function objects to be
interleaved on a single thread, synchronization, including the use of mutexes, risks deadlock. Thus the
synchronization with <code>parallel_vector_execution_policy</code> is restricted as follows:<pre></pre>

A standard library function is <em>vectorization-unsafe</em> if it is specified to synchronize with
another function invocation, or another function invocation is specified to synchronize with it, and if
it is not a memory allocation or deallocation function. Vectorization-unsafe standard library functions
may not be invoked by element access functions invoked by <code>parallel_vector_execution_policy</code> algorithms.<pre></pre>
may not be invoked by user code called from <code>parallel_vector_execution_policy</code> algorithms.<pre></pre>

<cxx-note><span class="nowrap">[ <em>Note:</em></span>

Expand Down
Binary file modified parallelism-ts.pdf
Binary file not shown.