<div dir="ltr"><h1>OTP 20 Release Candidate 2<br></h1>
<p>This is the second of two release candidates before the OTP 20 
release. The intention with this release is that you as users try it and
 give us feedback if something does not work as expected. Could be a 
bug, an unexpected incompatibility, a significant change of 
characteristics in negative direction, etc.</p>
<p>There are only minor changes compared to the first release candidate, some of them listed below:</p>
<ul><li>erts: <code>./configure --enable-lock-counter</code> will enable building of an additional emulator that has support for<br>
lock counting. (The option previously existed, but would turn on lock counting in the default emulator<br>
being built.) To start the lock-counting emulator, use <code>erl -emu_type lcnt</code>.</li><li>kernel: Added the process_flag <code>message_queue_data</code> = <code>off_heap</code> to the <code>code_server</code> process in order to improve characteristics during code upgrade, which can generate a huge amount of messages.</li></ul><p>Here are some of the most important news in OTP 20 (same as in RC1):</p>
<h2>Potential Incompatibilities</h2>
<ul><li>
<p>ERTS:</p>
<ul><li>The non SMP Erlang VM is deprecated and not built by default</li><li>Remove deprecated <code>erlang:hash/2</code></li><li>erlang:statistics/1 with scheduler_wall_time now also includes info about dirty CPU schedulers.</li><li>The new purge strategy introduced in OTP 19.1 is mandatory and slightly incompatible for processes holding funs<br>
see <code>erlang:check_process_code/3</code>.</li><li>The NIF library reload is not supported anymore.</li></ul>
</li><li>
<p>Asn1: Deprecated module and functions removed (<code>asn1rt</code>, <code>asn1ct:encode/3</code> and <code>decode/3</code>)</p>
</li><li>
<p>Ssh: client only option in a call to start a daemon will now fail</p>
</li></ul>
<h2>Highlights</h2>
<h3>Erts:</h3>
<ul><li>Dirty schedulers enabled and supported on VM with SMP support.</li><li>support for “dirty” BIFs and “dirty” GC.</li><li>erlang:garbage_collect/2 for control of minor or major GC</li><li>Erlang literals are no longer copied when sending messages.</li><li>Improved performance for large ETS tables, >256 entries (except ordered_set)</li><li>erlang:system_info/1 atom_count and atom_limit</li><li>Reduced memory pressure by converting sub-binaries to heap-binaries during GC</li><li>enif_select, map an external event to message</li></ul>
<h3>Compiler:</h3>
<ul><li>Code generation for complicated guards is improved.</li><li>Warnings for repeated identical map keys. <code>#{'a'=>1, 'b'=>2, 'a'=>3}</code> will warn for the repeated key <code>a</code>.</li><li>By default there is now a warning when <code>export_all</code> is used. Can be disabled</li><li>Pattern matching for maps is optimized</li><li>New option <code>deterministic</code> to omit path to source + options info the BEAM file.</li><li>Atoms may now contain arbitrary unicode characters.</li><li><code>compile:file/2</code> has an option to include extra chunks in the BEAM file.</li></ul>
<h3>Misc other applications</h3>
<ul><li>Unnamed ets tables optimized</li><li>A new event manager to handle a subset of OS signals in Erlang</li><li>Optimized sets add_element, del_element and union</li><li>Added <code>rand:jump/0-1</code></li><li>When a <code>gen_server</code> crashes, the stacktrace for the client will be printed to facilitate debugging.</li><li><code>take/2</code> has been added to <code>dict</code>, <code>orddict</code>, and <code>gb_trees</code>.</li><li><code>take_any/2</code> has been added to <code>gb_trees</code></li><li>Significantly updated string module with unicode support</li><li><code>erl_tar</code> support for long path names and new file formats</li><li>Dtls: Documented API, experimental</li><li>SSH: improving security, removing and adding algorithms</li><li>New  <code>math:fmod/2</code></li></ul>
<p>For more details see<br>
<a href="http://erlang.org/download/otp_src_20.0-rc2.readme" target="_blank">http://erlang.org/download/otp_src_20.0-rc2.readme</a></p>
<p>Pre built versions for Windows can be fetched here:<br>
<a href="http://erlang.org/download/otp_win32_20.0-rc2.exe" target="_blank">http://erlang.org/download/otp_win32_20.0-rc2.exe</a><br>
<a href="http://erlang.org/download/otp_win64_20.0-rc2.exe" target="_blank">http://erlang.org/download/otp_win64_20.0-rc2.exe</a></p>
<p>On line documentation can be browsed here:<br>
<a href="http://www.erlang.org/documentation/doc-9.0-rc2/doc/" target="_blank">www.erlang.org/documentation/doc-9.0-rc2/doc/</a></p>
<p>Thanks to all contributors.</p>/The Erlang/OTP team at Ericsson</div>