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_debug.c
Age
Commit message (
Expand
)
Author
2015-08-25
erts: bool is a reserved word, use boolean instead
Lukas Larsson
2015-07-08
Fix crash when disassembling modules with BIFs
Björn Gustavsson
2015-07-02
Correct disassembly of the i_get_map_elements instruction
Björn Gustavsson
2015-06-18
Change license text to APLv2
Bruce Yinhe
2015-06-17
erts: Fix erts_debug:df/1 in debug
Björn-Egil Dahlberg
2015-04-13
De-optimize the has_map_fields instructions
Björn Gustavsson
2015-04-13
Remove the fail label operand of the new_map instruction
Björn Gustavsson
2014-12-05
erts: Use linear search for small select_val arrays
Björn-Egil Dahlberg
2014-02-19
erts: Fix erts_debug:disassemble/1
Björn-Egil Dahlberg
2013-01-25
Update copyright years
Björn-Egil Dahlberg
2012-06-25
Don't go to single-scheduler mode when managing breakpoints
Björn Gustavsson
2012-06-25
Refactor the code for managing breakpoints
Björn Gustavsson
2012-02-23
erts: Refactor code loading with renaming
Sverker Eriksson
2012-02-23
erts: Seize code_ix lock when updating trace settings
Sverker Eriksson
2012-02-21
erts: Multiple module tables using code_ix
Sverker Eriksson
2012-02-21
erts: Use several addresses in each Export
Sverker Eriksson
2012-02-21
erts: Multiple export tab's using code_ix
Sverker Eriksson
2012-02-21
erts: Refactor Module struct
Sverker Eriksson
2011-11-13
Merge branch 'rickard/thr-progress-block/OTP-9631'
Rickard Green
2011-11-13
Replace system block with thread progress block
Rickard Green
2011-10-26
Use the proper macros in all BIFs
Björn Gustavsson
2011-03-16
erts_printf %be to print integers of size Eterm
Sverker Eriksson
2011-03-11
Update copyright years
Björn-Egil Dahlberg
2011-03-09
Fix 18 exabyte memory allocation failure
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the jump_on_val* instructions
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the select_val instruction
Björn Gustavsson
2011-01-17
Optimize creation of tuples
Björn Gustavsson
2011-01-17
Support packing of the 'I' type in a 64-bit emulator
Björn Gustavsson
2011-01-17
Eliminate the special instructions for selecting floats and bignums
Björn Gustavsson
2011-01-17
BEAM loader: Pack more instructions using a new 'Q' type
Björn Gustavsson
2011-01-17
beam_debug: Fix dissambly of some variable-operand instructions
Björn Gustavsson
2011-01-17
beam_debug: Change one occurrence of "X[0]" to "x[0]" for consistency
Björn Gustavsson
2011-01-17
Add erts_debug:instructions/0 for listing all specific instructions
Björn Gustavsson
2010-08-19
Remove binary overhead counter from ets objects
Patrik Nyblom
2010-03-22
Merge branch 'pan/otp_8332_halfword' into dev
Erlang/OTP
2010-03-10
Turn on instruction packing in the loader and virtual machine
Patrik Nyblom
2010-03-10
Add the BeamInstr data type for loaded BEAM code
Patrik Nyblom
2010-03-10
Fix the BEAM dissambler for the half-word emulator
Patrik Nyblom
2010-03-10
Store pointers to heap data in 32-bit words
Patrik Nyblom
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP