diff options
author | Sverker Eriksson <[email protected]> | 2017-11-20 15:33:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-11-20 15:33:45 +0100 |
commit | 9556949af97553ad99133d2198b8d92c18de98c7 (patch) | |
tree | f1c54591092346269c7b1bd7a5dfd9e7459b3d08 /lib/hipe/doc | |
parent | b64a07a11ea5e83fd207fc024d11dcb0c57f35a6 (diff) | |
parent | 8e8380865bb31c119e7f11fbdbbb14ea58ebbef2 (diff) | |
download | otp-9556949af97553ad99133d2198b8d92c18de98c7.tar.gz otp-9556949af97553ad99133d2198b8d92c18de98c7.tar.bz2 otp-9556949af97553ad99133d2198b8d92c18de98c7.zip |
Merge PR-1632 from margnus1/hipe-receive-opt OTP-14785
HiPE: Optimise receives matching unique references
Diffstat (limited to 'lib/hipe/doc')
-rw-r--r-- | lib/hipe/doc/src/hipe_app.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/hipe/doc/src/hipe_app.xml b/lib/hipe/doc/src/hipe_app.xml index 9299c6d73f..aaeb06193d 100644 --- a/lib/hipe/doc/src/hipe_app.xml +++ b/lib/hipe/doc/src/hipe_app.xml @@ -99,17 +99,6 @@ each mode.</p> </item> - <tag>Optimization for <c>receive</c> with unique references</tag> - <item><p>The BEAM compiler can do an optimization when - a <c>receive</c> statement is <em>only</em> waiting for messages - containing a reference created before the receive. All messages - that existed in the queue when the reference was created will be - bypassed, as they cannot possibly contain the reference. HiPE - does not implement this optimization.</p> - <p>An example of this is when - <c>gen_server:call()</c> waits for the reply message.</p> - </item> - </taglist> </section> <section> |