From 8e8380865bb31c119e7f11fbdbbb14ea58ebbef2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20L=C3=A5ng?= Date: Sun, 5 Nov 2017 16:12:42 +0100 Subject: HiPE: Unique ref receive opt --- lib/hipe/doc/src/hipe_app.xml | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'lib/hipe/doc/src/hipe_app.xml') 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.

- Optimization for receive with unique references -

The BEAM compiler can do an optimization when - a receive statement is only 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.

-

An example of this is when - gen_server:call() waits for the reply message.

-
-
-- cgit v1.2.3