index
:
delta/erlang.git
HansN-patch-1
HansN/common_test/rephrase_ct_prop_test_doc
IngelaAndin-httpc-typo
KennethL-patch-1
KennethL/erl_docgen/erlref_update
baserock/morph
baserock/ps/proto-web-system
baserock/ps/try-erlang
bjorn/contributing
bjorn/contributing-1
bjorn/work
bmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654
dgud-string-depr
dgud/stdlib/gen-async-call
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
kenneth/asn1_paramtype/OTP-17227
klarna/mnesia_ext
kuba/ssl/doc_typeos_using_ssl
lukas/erts/win32-read_file_info-links
lukas/kernel/docs-assert
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-23
maint-24
maint-25
maint-26
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
master-pu
meta
pu
sverker-erts-alloc-doc-fix
sverker-ets-doc-1
sverker-ets-patch-1
sverker/doc-fix-billion
sverker/enif_open_resource_type-doc
github.com: erlang/otp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
ops.tab
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright years
Björn-Egil Dahlberg
2013-02-22
1
-1
/
+1
*
BEAM loader: Handle element(Pos, not_a_tuple)
Björn Gustavsson
2013-02-07
1
-1
/
+1
*
Don't go to single-scheduler mode when managing breakpoints
Björn Gustavsson
2012-06-25
1
-1
/
+0
*
Change the data structures for breakpoints
Björn Gustavsson
2012-06-25
1
-4
/
+1
*
Merge branch 'maint'
Björn-Egil Dahlberg
2012-03-30
1
-1
/
+1
|
\
|
*
Update copyright years
Björn-Egil Dahlberg
2012-03-30
1
-1
/
+1
*
|
Merge branch 'maint'
Patrik Nyblom
2012-03-22
1
-0
/
+89
|
\
\
|
|
/
|
*
Rename dyntrace BIFs to more suiting names
Patrik Nyblom
2012-03-22
1
-37
/
+37
|
*
If VM probes are not enabled, short-circuit calls to probe BIFs
Björn Gustavsson
2012-03-22
1
-0
/
+89
*
|
beam_load.c: apply/2 does not need a special case
Björn Gustavsson
2012-01-11
1
-4
/
+8
|
/
*
Simplify the instructions for calling BIFs
Björn Gustavsson
2011-10-26
1
-28
/
+13
*
Simplify transformations of gc_bif[123] instructions
Björn Gustavsson
2011-10-11
1
-24
/
+12
*
Refactor 'too_old_compiler' handling
Björn Gustavsson
2011-10-11
1
-1
/
+1
*
Remove some unnecessary type constraints in transformations
Björn Gustavsson
2011-10-11
1
-8
/
+8
*
Get rid of redundant 'try_me_else' and 'fail' instructions
Björn Gustavsson
2011-10-11
1
-2
/
+0
*
Remove too_old_compiler handling for very old instruction variants
Björn Gustavsson
2011-10-11
1
-21
/
+3
*
Remove the special instructions for the hybrid heap emulator
Björn Gustavsson
2011-10-11
1
-20
/
+0
*
Remove optimization of 'move R R'
Björn Gustavsson
2011-10-11
1
-2
/
+0
*
ops.tab: Remove line instructions before tail-recursive calls
Björn Gustavsson
2011-08-16
1
-3
/
+15
*
BEAM loader: Load the line table
Björn Gustavsson
2011-08-16
1
-0
/
+2
*
compiler, emulator: Introduce the line/1 instruction
Björn Gustavsson
2011-08-16
1
-0
/
+19
*
Fix binary construction with huge literal sizes
Björn Gustavsson
2011-08-03
1
-1
/
+1
*
Update copyright years
Björn-Egil Dahlberg
2011-05-20
1
-1
/
+1
*
BEAM loader: Simplify handling of the func_info/3 instruction
Björn Gustavsson
2011-03-29
1
-1
/
+1
*
Introduce a few more variations of the move instructions
Björn Gustavsson
2011-01-17
1
-0
/
+6
*
Combine a move + jump sequence into the move_jump instruction
Björn Gustavsson
2011-01-17
1
-0
/
+8
*
Optimize and clean-up the exact equality/non-equality instructions
Björn Gustavsson
2011-01-17
1
-13
/
+33
*
Optimize addition of a small integer to a variable
Björn Gustavsson
2011-01-17
1
-1
/
+19
*
Introduce a special instruction for select_val with two values
Björn Gustavsson
2011-01-17
1
-0
/
+9
*
Introduce a few more specialized put_list instructions
Björn Gustavsson
2011-01-17
1
-1
/
+7
*
Eliminate the "put_list c n Dst" instructions
Björn Gustavsson
2011-01-17
1
-2
/
+7
*
Eliminate the specific move_sd instruction
Björn Gustavsson
2011-01-17
1
-5
/
+5
*
Eliminate use of GetArg1() in the badmatch and case_end instructions
Björn Gustavsson
2011-01-17
1
-4
/
+10
*
Eliminate use of GetArg2() in the i_element instruction
Björn Gustavsson
2011-01-17
1
-1
/
+3
*
Eliminate use of GetArg1() in the fast_element instruction
Björn Gustavsson
2011-01-17
1
-1
/
+4
*
Eliminate use of GetArg1() in the jump_on_val* instructions
Björn Gustavsson
2011-01-17
1
-2
/
+7
*
Eliminate use of GetArg1() in the select_val instruction
Björn Gustavsson
2011-01-17
1
-8
/
+12
*
Optimize creation of tuples
Björn Gustavsson
2011-01-17
1
-25
/
+14
*
Allow packing of some more instructions
Björn Gustavsson
2011-01-17
1
-8
/
+9
*
Eliminate redundant jump instructions
Björn Gustavsson
2011-01-17
1
-0
/
+5
*
Eliminate the special instructions for selecting floats and bignums
Björn Gustavsson
2011-01-17
1
-6
/
+8
*
BEAM loader: Introduce a new move2_xxxx instruction
Björn Gustavsson
2011-01-17
1
-0
/
+2
*
BEAM loader: Pack more instructions using a new 'Q' type
Björn Gustavsson
2011-01-17
1
-9
/
+9
*
Remove the last vestiges of the allocating fmove/2 instruction
Björn Gustavsson
2011-01-17
1
-6
/
+2
*
Fix ops.tab to include i_return_time_trace
Björn-Egil Dahlberg
2010-06-03
1
-0
/
+1
*
Call time breakpoint tracing framework
Björn-Egil Dahlberg
2010-06-03
1
-0
/
+1
*
Remove the bs_bits_to_bytes/3 instruction
Björn Gustavsson
2010-05-20
1
-6
/
+0
*
erts: Stop supporting non-literal empty tuples
Björn Gustavsson
2010-05-20
1
-4
/
+7
*
Add guard BIFs binary_part/2,3
Patrik Nyblom
2010-05-17
1
-8
/
+25
*
erts: Implement recv_mark/1 and recv_set/1 for real
Björn Gustavsson
2010-05-11
1
-2
/
+5
[next]