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
/
erl_process.h
Age
Commit message (
Expand
)
Author
2011-11-13
Use generic lock-free queue for async threads
Rickard Green
2011-11-13
Use generic lock-free queue for misc aux work
Rickard Green
2011-11-13
Replace system block with thread progress block
Rickard Green
2011-11-13
Optimize memory allocation
Rickard Green
2011-06-14
Use new atomic API in runtime system
Rickard Green
2011-04-11
Avoid scheduling of processes being garbage collected by others
Rickard Green
2011-04-11
Fix thread unsafe access
Rickard Green
2011-03-08
The emulator could get into a state where it didn't check for I/O.
Rickard Green
2011-02-25
Merge branch 'rickard/temp_alloc_check/OTP-9028' into dev
Rickard Green
2011-02-10
Verify that temp allocated memory is released
Rickard Green
2011-02-03
HALFWORD ETS match spec heap fragment optimization
Sverker Eriksson
2010-12-17
Merge branch 'rickard/ets-tab-delete/OTP-8999' into dev
Rickard Green
2010-12-16
Use 32-bit atomics for misc scheduling specific information
Rickard Green
2010-12-16
Safe deallocation of ETS-table structures
Rickard Green
2010-12-15
Use new atomic types in emulator
Rickard Green
2010-11-18
Move cpu topology functionality into erl_cpu_topology.[ch]
Rickard Green
2010-09-04
Add scheduler wakup threshold as command line argument
Rickard Green
2010-08-30
Merge branch 'egil/R14A/binary-gc-wrap/OTP-8730' into dev
Patrik Nyblom
2010-08-18
Make it possible to reread and update detected CPU information
Rickard Green
2010-08-12
Increase vheap counter to Uint64
Björn-Egil Dahlberg
2010-08-10
Merge branch 'rickard/ethread-rewrite/OTP-8544' into dev
Rickard Green
2010-08-10
Rewrite ethread library
Rickard Green
2010-07-20
One off-heap list, to eliminate two words per ETS object.
Sverker Eriksson
2010-06-03
Fix lock-checking for PSD call_time breakpoints
Björn-Egil Dahlberg
2010-06-03
Call time breakpoint tracing framework
Björn-Egil Dahlberg
2010-06-03
OTP-8555 Send message from NIF
Sverker Eriksson
2010-03-10
Teach {wordsize,internal|external} to system_info/1
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
2010-03-10
Fit all heap data into the 32-bit address range
Patrik Nyblom
2010-01-13
Improve binary garbage collection
Björn-Egil Dahlberg
2010-01-13
OTP-8240 Improved GC performance after BIF/NIF call when a lot of heap
Sverker Eriksson
2009-12-13
OTP-8341 Minor alignment adjustments of scheduler specific data.
Rickard Green
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP