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
2011-04-07
Merge branch 'ta/erts-unused-vars' into dev
Henrik Nord
2011-03-29
BEAM loader: Simplify handling of the func_info/3 instruction
Björn Gustavsson
2011-03-16
erts: Remove unused variables
Tuncer Ayaz
2011-02-23
BEAM loader: Add an assertion to check for overflowed code space
Björn Gustavsson
2011-02-14
Eliminate memory leak in code:make_stub/1
Björn Gustavsson
2011-01-17
Optimize addition of a small integer to a variable
Björn Gustavsson
2011-01-17
Introduce a special instruction for select_val with two values
Björn Gustavsson
2011-01-17
Eliminate use of GetArg2() in the i_element instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the fast_element instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the select_val instruction
Björn Gustavsson
2011-01-17
Simplify a select_val instruction that selects only one value
Björn Gustavsson
2011-01-17
Optimize creation of tuples
Björn Gustavsson
2011-01-17
beam_load: Run the packing engine before loading list arguments
Björn Gustavsson
2011-01-17
Support packing of the 'I' type in a 64-bit emulator
Björn Gustavsson
2011-01-17
Eliminate redundant jump instructions
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
If the wordsize is 64 bits, pack up to 4 operands into a word
Björn Gustavsson
2011-01-17
BEAM loader: Combine is_type/1 and is_eq/1 instructions
Björn Gustavsson
2011-01-17
BEAM loader: Fix bug in handling of "rest" arguments
Björn Gustavsson
2011-01-17
Remove the last vestiges of the allocating fmove/2 instruction
Björn Gustavsson
2010-09-01
Merge branch 'pg/fix-segfault-on-crash_dump-with-hipe' into dev
Björn Gustavsson
2010-08-27
Fix segmentation fault when dumping the crash log with hipe enabled and nativ...
Paul Guyot
2010-08-19
Remove binary overhead counter from ets objects
Patrik Nyblom
2010-05-20
Remove stray support for the put_literal/2 instruction
Björn Gustavsson
2010-05-17
Add guard BIFs binary_part/2,3
Patrik Nyblom
2010-03-22
erts: Don't support the put_string/3 instruction
Björn Gustavsson
2010-03-22
Merge branch 'pan/otp_8332_halfword' into dev
Erlang/OTP
2010-03-10
Fix further test-suite problems
Patrik Nyblom
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
Store pointers to heap data in 32-bit words
Patrik Nyblom
2009-11-29
Fix glitches when native code modules are used
Björn Gustavsson
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP