index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
compiler
/
src
/
beam_receive.erl
Age
Commit message (
Expand
)
Author
2018-06-18
Update copyright year
Henrik Nord
2017-12-08
Use the new syntax for retrieving stack traces
Björn Gustavsson
2017-10-11
Do the receive optimization in the presence of try/catch
Björn Gustavsson
2017-01-12
Add specs for the beam_*:module/2 functions
Björn Gustavsson
2016-05-25
beam_receive: Don't crash when encountering nonsensical code
Björn Gustavsson
2016-03-15
update copyright-year
Henrik Nord
2015-06-18
Change license text to APLv2
Bruce Yinhe
2013-04-19
Use a set to store ref registers in beam_receive
Anthony Ramine
2013-02-06
beam_receive: Eliminate dialyzer warning for unmatched return
Björn Gustavsson
2013-01-25
Update copyright years
Björn-Egil Dahlberg
2012-10-10
Represent the 'send' instruction as a call_ext/2 instruction
Björn Gustavsson
2012-10-10
Rewrite select_val and select_tuple_arity to a select instruction
Björn Gustavsson
2012-10-09
beam_receive: Optimize receives using refs created by spawn_monitor/{1,3}
Björn Gustavsson
2011-12-09
Update copyright years
Björn-Egil Dahlberg
2011-08-16
compiler: Generate line instructions
Björn Gustavsson
2010-05-11
Optimize selective receives in the presence of a large message queue
Björn Gustavsson