aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2011-11-17external.c: Remove the option to create over-sized heap binariesBjörn Gustavsson
2011-11-17Allow refc binaries in literal poolsBjörn Gustavsson
2011-11-17code_SUITE clean-up: Remove experimental 'constant_pool' optionBjörn Gustavsson
2011-11-17Merge branch 'bjorn/erts/code-loading/OTP-9720'Björn Gustavsson
2011-11-17BEAM loader: Don't stop other schedulers until truly neededBjörn Gustavsson
2011-11-16Merge branch 'fm/process_info_doc_fix'Henrik Nord
2011-11-15Merge branch 'bjorn/erts/erlc-do-not-bind'Björn Gustavsson
2011-11-14erlc: Do not bind schedulers when invoking "erl"Björn Gustavsson
2011-11-14BEAM loader: Refactor code loading into separate functionsBjörn Gustavsson
2011-11-14beam_load.c: Factor out cleaning up of the loader state into free_state()Björn Gustavsson
2011-11-14BEAM loader: Clean up handling of error reasonsBjörn Gustavsson
2011-11-14Merge branch 'egil/reallocating-catches/OTP-9692'Björn-Egil Dahlberg
2011-11-14Remove the useless -l optionBjörn Gustavsson
2011-11-14beam_load.c: Simplify handling of the bs_put_string_II instructionBjörn Gustavsson
2011-11-14beam_load.c: Remove the unused struct LoadedCodeBjörn Gustavsson
2011-11-13Merge branch 'rickard/bad-rwmtx-assert'Rickard Green
2011-11-13Merge branch 'rickard/multi-exit-bug/OTP-9705'Rickard Green
2011-11-13Merge branch 'rickard/win-cs-mutex/OTP-9671'Rickard Green
2011-11-13Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green
2011-11-13Make sure only one thread exits the runtime systemRickard Green
2011-11-13Use critical sections as mutex implementation on WindowsRickard Green
2011-11-13Use generic lock-free queue for async threadsRickard Green
2011-11-13Use generic lock-free queue for misc aux workRickard Green
2011-11-13Implement generic lock-free queueRickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-11-11Fix bad assertion in rwmtx implementationRickard Green
2011-11-10erts: Teach VM to reallocate beam catch tableBjörn-Egil Dahlberg
2011-11-10Merge branch 'rj/fix-remove-exec-bit'Henrik Nord
2011-11-10Merge branch 'rj/fix-erlang-doc-style'Henrik Nord
2011-11-10Remove exec bit from files related to: XML, make, CRicardo Catalinas Jiménez
2011-11-10Remove exec bit from: erl, hrl, xml, html, asn, gif, xpmRicardo Catalinas Jiménez
2011-11-09Merge branch 'sverk/bif-args/OTP-9662'Sverker Eriksson
2011-11-09erts,hipe: Limited support for hipe cross compilationSverker Eriksson
2011-11-09Merge branch 'sverk/enif_inspect-memleak/OTP-9668'Sverker Eriksson
2011-11-08Merge branch 'bjorn/create-less-garbage'Björn Gustavsson
2011-11-07Merge branch 'egil/fix-compiler-warnings'Björn-Egil Dahlberg
2011-11-07Merge branch 'ta/nif-variadic-funs'Henrik Nord
2011-11-07erts: Remove unused variable in enif_make_binaryBjörn-Egil Dahlberg
2011-11-07erts: Remove debug variable in list_to_binaryBjörn-Egil Dahlberg
2011-11-07erts: Remove cp on exiting and trapping processesBjörn-Egil Dahlberg
2011-11-07erts: Remove debug variables in erl_dbBjörn-Egil Dahlberg
2011-11-07erts: Remove dead code in efile_drvBjörn-Egil Dahlberg
2011-11-07erts: Remove lock_check debug variablesBjörn-Egil Dahlberg
2011-11-07erts: Remove unused variable in ttsl_drvBjörn-Egil Dahlberg
2011-11-07erts: "initialized" is only used with CHLDWTHRBjörn-Egil Dahlberg
2011-11-07erts: remove debug variables in beam_bpBjörn-Egil Dahlberg
2011-11-07Merge branch 'bjorn/fun-improvements/OTP-9667'Björn Gustavsson