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
/
erts
/
emulator
/
beam
/
instrs.tab
Age
Commit message (
Expand
)
Author
2018-01-26
Eliminate get_list/3 internally in the compiler
Björn Gustavsson
2018-01-22
Don't build a stacktrace if it's only passed to erlang:raise/3
Björn Gustavsson
2017-12-08
Merge pull request #1634 from bjorng/bjorn/get_stacktrace-syntax/OTP-14692
Björn Gustavsson
2017-11-30
Add syntax in try/catch to retrieve the stacktrace directly
Björn Gustavsson
2017-11-30
Stop trying to maximize the use of x(0)
Björn Gustavsson
2017-10-21
Optimize instructions for comparing a register with a literal
Björn Gustavsson
2017-10-09
Slightly speed up try/catch
Björn Gustavsson
2017-10-01
Move out variables from the head of combined instructions
Björn Gustavsson
2017-10-01
instrs.tab: Add missing -no_next directives
Björn Gustavsson
2017-09-13
Refactor instructions to support relative jumps
Björn Gustavsson
2017-09-11
Avoid using $Src more than once
Björn Gustavsson
2017-09-04
Don't allow macros to assign to hard-coded variables
Björn Gustavsson
2017-09-04
Eliminate unecessary instruction macro i_move_call_only()
Björn Gustavsson
2017-08-31
Add missing -no_next directives
Björn Gustavsson
2017-08-31
Eliminate three arguments for the apply() helper
Björn Gustavsson
2017-08-31
Add annotations for likely/unlikely
Björn Gustavsson
2017-08-22
Add missing -no_next for badarg instruction
Björn Gustavsson
2017-08-11
Break out most instructions from beam_emu.c
Björn Gustavsson
2017-08-08
Simplify specifying implementation of instructions
Björn Gustavsson