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
/
beam_load.c
Age
Commit message (
Expand
)
Author
2019-03-09
Merge pull request #2176 from josevalim/jv-beam-load-message
Björn Gustavsson
2019-03-08
Clarify beam_load error message on file/module mismatch
José Valim
2019-03-07
Slightly optimize binary construction
Björn Gustavsson
2019-03-06
Eliminate unused i_bs_skip_bits_all2 instruction
Björn Gustavsson
2019-03-06
Reduce code size for binary matching instructions
Björn Gustavsson
2019-03-01
Combine more init instructions
Björn Gustavsson
2019-02-28
Tune move instructions
Björn Gustavsson
2019-02-22
erts: Add ERL_NODE_BOOKKEEP to node tables refc
Lukas Larsson
2019-01-21
Optimize the is_function/2 guard test
Björn Gustavsson
2018-12-13
Simplify GC BIFs
Björn Gustavsson
2018-09-24
Support using match contexts from Y registers
John Högberg
2018-07-17
Optimise creation of anonymous functions
Michał Muskała
2018-04-04
Merge pull request #1725 from michalmuskala/fun-literals
Björn Gustavsson
2018-03-26
Compile external fun expressions to literals
Michał Muskała
2018-03-21
Add an option to ?MODULE:module_info/1 for listing NIFs
John Högberg
2018-03-14
erts: Fix faulty sys_memcpy of 0 bytes
Sverker Eriksson
2018-03-09
Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etc
John Högberg
2018-01-24
Merge branch 'maint'
Sverker Eriksson
2018-01-24
Merge branch 'sverker/hipe-load-fixing/OTP-14891' into maint
Sverker Eriksson
2018-01-17
Fix slow hipe execution
Sverker Eriksson
2018-01-11
Merge branch 'maint'
Rickard Green
2018-01-11
Fix encoding of filenames in stacktraces
Rickard Green
2017-11-27
erts: Fix bad merge of PR #1644
Björn Gustavsson
2017-11-27
Merge branch 'maint'
John Högberg
2017-11-24
Fix purging of modules with "fake literals"
Björn Gustavsson
2017-11-13
Refuse to load "literals" that can be confused with registers
Björn Gustavsson
2017-10-30
Merge branch 'lukas/erts/misc_fixes'
Lukas Larsson
2017-10-30
erts: Fix a bunch of compiler warnings
Lukas Larsson
2017-10-17
Merge branch 'sverker/on_load-nonblocking/OTP-14680'
Sverker Eriksson
2017-10-12
erts: Remove scheduler blocking during finish_after_on_load_2
Sverker Eriksson
2017-10-05
Pack operands into the instruction word
Björn Gustavsson
2017-10-01
beam_load.c: Generalize the 'P' operator in the packing engine
Björn Gustavsson
2017-10-01
Refactor macros for accessing Beam instructions
Björn Gustavsson
2017-09-14
Pack failure labels in i_select_val2 and i_select_tuple_arity2
Björn Gustavsson
2017-09-14
Rewrite select_val_bins so that its labels can be packed
Björn Gustavsson
2017-09-14
Pack sequences of trailing 'f' operands
Björn Gustavsson
2017-09-14
Implement packing of 'f' and 'j'
Björn Gustavsson
2017-09-14
Use relative failure labels
Björn Gustavsson
2017-09-14
Remove JUMP_OFFSET
Björn Gustavsson
2017-09-13
Refactor instructions to support relative jumps
Björn Gustavsson
2017-09-01
Merge pull request #1550 from bjorng/bjorn/erts/unique-literals
Björn Gustavsson
2017-08-29
De-duplicate bignums in the literal pool
Björn Gustavsson
2017-08-28
Remove backward compatibility support for float literals
Björn Gustavsson
2017-08-23
Add the 'S' type for a register source
Björn Gustavsson
2017-08-23
Pack instructions using 'q', 'c', and 's'
Björn Gustavsson
2017-08-23
beam_makeops: Introduce the new type 'W' (machine word)
Björn Gustavsson
2017-08-23
Use the wait_timeout_{un}locked_int instructions
Björn Gustavsson
2017-08-15
Slightly optimize updating of maps
Björn Gustavsson
2017-08-11
Break out most instructions from beam_emu.c
Björn Gustavsson
2017-07-17
erts: Replace usage of all erts_smp prefixes to just erts
Lukas Larsson
[next]