Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Garbage the shell's evaluator process more often | |||
2018-01-17 | Merge branch 'hasse/stdlib/fix_shell_evaluator' into maint | Hans Bolinder | |
* hasse/stdlib/fix_shell_evaluator: stdlib: Garbage the shell's evaluator process more often | |||
2018-01-17 | Merge branch 'maint' | Björn Gustavsson | |
* maint: asn1_SUITE: Fix failure in xref_export_all/1 | |||
2018-01-17 | asn1_SUITE: Fix failure in xref_export_all/1 | Björn Gustavsson | |
The variable 'S' was used twice. If the test case failed because there were unused functions in asn1_SUITE, there would be an ugly badmatch exception instead of the intended nice error message. | |||
2018-01-17 | Merge branch 'maint' | Lukas Larsson | |
2018-01-17 | Merge pull request #1686 from angelhof/documentation_broken_link_fix | Lukas Larsson | |
Fix a broken erlang:trace/3 link in doc | |||
2018-01-17 | Fix a broken erlang:trace/3 link in doc | Konstantinos Kallas | |
2018-01-16 | stdlib: Garbage the shell's evaluator process more often | Hans Bolinder | |
A minor fix. If the Erlang shell saves no results (history(0) or results(0)), the evaluator process now garbage collects itself. This means that any huge binaries created by the evaluation are reclaimed faster than before. | |||
2018-01-16 | Merge branch 'sverker/build-proc-bin' | Sverker Eriksson | |
2018-01-16 | Merge branch 'ingela/ssl/remove-rsa-keyexchange-from-default/OTP-14769' | Ingela Anderton Andin | |
* ingela/ssl/remove-rsa-keyexchange-from-default/OTP-14769: ssl: RSA key exchange is considered broken do not support by default | |||
2018-01-16 | ssl: RSA key exchange is considered broken do not support by default | Ingela Anderton Andin | |
2018-01-16 | Merge branch 'hasse/stdlib/limit_gen_bench' | Hans Bolinder | |
* hasse/stdlib/limit_gen_bench: stdlib: Spend less time in gen_server benchmarks | |||
2018-01-16 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Handle Unicode when formatting stacktraces | |||
2018-01-16 | Merge branch 'hasse/stdlib/unicode_stacktrace/OTP-14847/ERL-553' into maint | Hans Bolinder | |
* hasse/stdlib/unicode_stacktrace/OTP-14847/ERL-553: stdlib: Handle Unicode when formatting stacktraces | |||
2018-01-15 | Merge branch 'maint' | Sverker Eriksson | |
2018-01-15 | Merge branch 'sverker/cuddle-big-bin-tests' into maint | Sverker Eriksson | |
2018-01-15 | Merge branch 'sverker/term_to_binary-spec/ERL-548/OTP-14876' into maint | Sverker Eriksson | |
2018-01-15 | Merge branch 'sverker/ic-test-cuddle' into maint | Sverker Eriksson | |
2018-01-15 | Merge branch 'bjorn/compiler/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/compiler/cuddle-with-tests: beam_match_SUITE: Eliminate warnings for unused variables bs_match_SUITE: Add tests case written when walking into a dead end | |||
2018-01-15 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Correct a filelib test case stdlib: Let filelib:find_source() search subdirs | |||
2018-01-15 | Merge branch 'hasse/stdlib/find_src/OTP-14832/ERL-527' into maint | Hans Bolinder | |
* hasse/stdlib/find_src/OTP-14832/ERL-527: stdlib: Correct a filelib test case stdlib: Let filelib:find_source() search subdirs | |||
2018-01-15 | stdlib: Spend less time in gen_server benchmarks | Hans Bolinder | |
Limit the time used for the benchmarks introduced in b8f16f0. | |||
2018-01-15 | Merge branch 'maint' | Ingela Anderton Andin | |
* maint: ssl: Call clean version function | |||
2018-01-15 | Merge branch 'ingela/ssl/test-cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-cuddle: ssl: Call clean version function | |||
2018-01-15 | ssl: Call clean version function | Ingela Anderton Andin | |
Make sure tests are run with intended version settings. | |||
2018-01-15 | stdlib: Handle Unicode when formatting stacktraces | Hans Bolinder | |
See also ERL-553 and ERL-544 (commit c3ddb0f). | |||
2018-01-15 | Merge branch 'maint' | John Högberg | |
2018-01-15 | Merge branch ↵ | John Högberg | |
'john/runtime_tools/reduce-sysinfo-to_file-memory-use/OTP-14816' into maint | |||
2018-01-12 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Disable RSA sslv23 padding for LibreSSL >= 2.6.1 | |||
2018-01-12 | Merge branch 'hans/crypto/no_rsa_pad_sym/ERL-546/OTP-14873' into maint | Hans Nilsson | |
* hans/crypto/no_rsa_pad_sym/ERL-546/OTP-14873: crypto: Disable RSA sslv23 padding for LibreSSL >= 2.6.1 | |||
2018-01-12 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/observer/src/crashdump_viewer.erl | |||
2018-01-12 | crypto: Disable RSA sslv23 padding for LibreSSL >= 2.6.1 | Hans Nilsson | |
Not supported in newer LibreSSL. | |||
2018-01-12 | beam_match_SUITE: Eliminate warnings for unused variables | Björn Gustavsson | |
2018-01-12 | bs_match_SUITE: Add tests case written when walking into a dead end | Björn Gustavsson | |
Add some tests cases written when attempting some new optimizations that turned out to be unsafe. | |||
2018-01-12 | Merge branch 'siri/cdv/many-links/OTP-14725' into maint | Siri Hansen | |
* siri/cdv/many-links/OTP-14725: [observer] Improve performance for many links or monitors | |||
2018-01-12 | Merge pull request #1645 from Zorbash/document-inet-i | Raimo Niskanen | |
OTP:13713: Add documentation and typespecs for inet:i/0 | |||
2018-01-12 | Merge pull request #1680 from bjorng/bjorn/compiler/beam_block | Björn Gustavsson | |
Run beam_block a second time | |||
2018-01-12 | Merge pull request #1679 from bjorng/bjorn/compiler/sys_core_fold | Björn Gustavsson | |
Clean up and improve sys_core_fold optimizations | |||
2018-01-12 | Merge pull request #1663 from bjorng/bjorn/compiler/refactor-annotations | Björn Gustavsson | |
Refactor '%live' and '%def' annotations | |||
2018-01-12 | Merge branch 'maint' | Ingela Anderton Andin | |
2018-01-12 | Merge branch 'ingela/ssl/rc4-suites/OTP-14871' into maint | Ingela Anderton Andin | |
* ingela/ssl/rc4-suites/OTP-14871: ssl: Correct function for listing RC4 suites | |||
2018-01-11 | Merge branch 'maint' | Rickard Green | |
* maint: Fix encoding of filenames in stacktraces | |||
2018-01-11 | Merge branch 'rickard/file-encoding-stacktraces/OTP-14847/ERL-544' into maint | Rickard Green | |
* rickard/file-encoding-stacktraces/OTP-14847/ERL-544: Fix encoding of filenames in stacktraces | |||
2018-01-11 | Fix encoding of filenames in stacktraces | Rickard Green | |
2018-01-11 | Merge branch 'maint' | Rickard Green | |
* maint: Do not add -lz to LIBS; keep it in Z_LIB | |||
2018-01-11 | Merge branch 'rickard/libs-libz/ERL-529/OTP-14840' into maint | Rickard Green | |
* rickard/libs-libz/ERL-529/OTP-14840: Do not add -lz to LIBS; keep it in Z_LIB | |||
2018-01-11 | ssl: Correct function for listing RC4 suites | Ingela Anderton Andin | |
2018-01-11 | Run beam_block again after other optimizations have been run | Björn Gustavsson | |
Running beam_block again after the other optimizations have run will give it more opportunities for optimizations. In particular, more allocate_zero/2 instructions can be turned into allocate/2 instructions, and more get_tuple_element/3 instructions can store the retrieved value into the correct register at once. Out of a sample of about 700 modules in OTP, 64 modules were improved by this commit. | |||
2018-01-11 | beam_bsm: Insert introduced 'move' instructions into block | Björn Gustavsson | |
If possible, when adding move/2 instructions, try to insert them into a block. That could potentially allow them to be optimized. | |||
2018-01-11 | Prepare beam_utils to run again after beam_split | Björn Gustavsson | |
beam_utils:live_opt/1 is currently only run early (from beam_block). Prepare it to be run after beam_split when instructions with failure labels have been taken out of blocks. While we are it, also improve check_liveness/3. That will improve the optimizations in beam_record (replacing tuple matching instructions with an is_tagged_tuple instruction). |