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_emu.c
Age
Commit message (
Expand
)
Author
2018-03-21
Implementation of true asynchronous signaling between processes
Rickard Green
2018-03-09
Always use sys_memcpy/cmp/etc instead of plain memcpy/cmp/etc
John Högberg
2017-11-14
Fix broken receive optimization
Björn Gustavsson
2017-11-06
Consistently use the "erts_gc_" prefix for functions that do GC
Björn Gustavsson
2017-10-27
Correct erlang:is_builtin/3 for apply/2 and yield/0
Björn Gustavsson
2017-10-05
Optimize instruction prefetch
Björn Gustavsson
2017-10-05
Pack operands into the instruction word
Björn Gustavsson
2017-10-05
Use 32-bits pointers to C code
Björn Gustavsson
2017-10-01
Add CHECK_ALIGNED() for testing storage destinations
Björn Gustavsson
2017-10-01
Break out most of the initialization from process_main()
Björn Gustavsson
2017-10-01
Eliminate the OpCode() macro
Björn Gustavsson
2017-10-01
Eliminate unnecessary and inconsistent casts
Björn Gustavsson
2017-10-01
Refactor macros for accessing Beam instructions
Björn Gustavsson
2017-10-01
beam_emu: Make order of macros consistent
Björn Gustavsson
2017-09-15
Merge branch 'lukas/erts/remove-dirty-scheduler-defines/OTP-14613'
Lukas Larsson
2017-09-14
Implement packing of 'f' and 'j'
Björn Gustavsson
2017-09-11
erts: Remove possibility to disable dirty schedulers
Lukas Larsson
2017-09-11
Merge branch 'maint'
John Högberg
2017-09-07
Replace ad-hoc MIN/MAX macros with common ones
John Högberg
2017-09-04
beam_emu.c: Mark initialization code as unlikely
Björn Gustavsson
2017-08-31
Eliminate three arguments for erts_hibernate()
Björn Gustavsson
2017-08-31
Eliminate three arguments for the apply() helper
Björn Gustavsson
2017-08-31
Assign machine registers for X86-64
Björn Gustavsson
2017-08-31
Introduce '%warm' and beam_warm.h
Björn Gustavsson
2017-08-23
Eliminate the beam_instrs.h file
Björn Gustavsson
2017-08-23
Add the 'S' type for a register source
Björn Gustavsson
2017-08-23
beam_makeops: Rewrite the packer, fixing several bugs
Björn Gustavsson
2017-08-23
Make map update instruction functions indepedent of instruction format
Björn Gustavsson
2017-08-23
beam_emu: Remove unused macros
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-08-08
Simplify specifying implementation of instructions
Björn Gustavsson
2017-07-17
erts: Replace usage of all erts_smp prefixes to just erts
Lukas Larsson
2017-07-17
erts: Remove ERTS_SMP and USE_THREAD defines
Lukas Larsson
2017-07-16
Fix a typo in comment in beam_emu : purpouses -> purposes
Alexandre Manuel
2017-07-10
josevalim/jv-op-stacktrace-entry/PR-1478/OTP-14508
Lukas Larsson
2017-07-07
Add stacktrace entries to BIF calls from emulator
José Valim
2017-07-07
Merge pull request #1498 from michalmuskala/new_map_lit
Björn Gustavsson
2017-07-06
Introduce new_small_map_lit op
Michal Muskala
2017-07-06
Merge pull request #1499 from josevalim/jv-tuple-calls
Björn Gustavsson
2017-07-04
Make tuple calls opt-in
José Valim
2017-06-29
Merge branch 'maint'
Sverker Eriksson
2017-06-28
Reduce C code size for bit syntax instructions
Björn Gustavsson
2017-06-27
erts: Make apply throw 'badarg' if Args is not a list
Sverker Eriksson
2017-05-18
Eliminate the -gen_dest macro flag
Björn Gustavsson
2017-05-05
Clear p->fvalue when handling a try/catch
Björn Gustavsson
2017-05-04
Update copyright year
Raimo Niskanen
2017-04-25
Merge branch 'sverker/refactor'
Sverker Eriksson
2017-04-11
erts: Init refc=1 in erts_bin_nrml_alloc
Sverker Eriksson
2017-04-07
beam_emu: Slightly optimize the bxor/2 operator
Björn Gustavsson
[next]