<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Erlang非业余研究 &#187; R14A， Release</title>
	<atom:link href="http://blog.yufeng.info/archives/tag/r14a%ef%bc%8c-release/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.yufeng.info</link>
	<description>Erlang系统深度探索和应用</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:05:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OTP R14A今天正式发布了</title>
		<link>http://blog.yufeng.info/archives/587</link>
		<comments>http://blog.yufeng.info/archives/587#comments</comments>
		<pubDate>Thu, 17 Jun 2010 06:40:51 +0000</pubDate>
		<dc:creator>Yu Feng</dc:creator>
				<category><![CDATA[Erlang探索]]></category>
		<category><![CDATA[R14A， Release]]></category>

		<guid isPermaLink="false">http://blog.yufeng.info/?p=587</guid>
		<description><![CDATA[原创文章，转载请注明： 转载自Erlang非业余研究 本文链接地址: OTP R14A今天正式发布了 点击这里下载R14A 以下是这次发布的亮点，没有太大的性能改进， 主要是修理了很多BUG！ &#8212; HIGHLIGHTS &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- OTP-8217 == erts stdlib compiler == The module binary from EEP31 (and EEP9) is implemented. OTP-8485 == common_test == It is now possible for the user to provide specific callback modules that handle test configuration data, so that data on arbitray form can be [...]]]></description>
			<content:encoded><![CDATA[<div style="margin-top: 15px; font-style: italic">
<p><strong>原创文章，转载请注明：</strong> 转载自<a href="http://blog.yufeng.info/">Erlang非业余研究</a></p>
<p><strong>本文链接地址:</strong> <a href="http://blog.yufeng.info/archives/587">OTP R14A今天正式发布了</a></p>
</div>
<p><a href="http://www.erlang.org/download.html">点击这里下载R14A</a><br />
以下是这次发布的亮点，没有太大的性能改进， 主要是修理了很多BUG！</p>
<p>&#8212; HIGHLIGHTS &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>OTP-8217  == erts stdlib compiler ==</p>
<p>The module binary from EEP31 (and EEP9) is implemented.</p>
<p>OTP-8485  == common_test ==</p>
<p>It is now possible for the user to provide specific callback<br />
modules that handle test configuration data, so that data on<br />
arbitray form can be accessed (e.g. by reading files or by<br />
communicating with a configuration server process). Two<br />
default callback modules have been introduced in Common Test:<br />
ct_config_plain and ct_config_xml. The former is used to<br />
handle the traditional Common Test configuration files (with<br />
terms on key-value tuple form) and the latter to handle<br />
configuration data on XML representation.</p>
<p>OTP-8555  == erts ==</p>
<p>New NIF features:</p>
<p>Send messages from a NIF, or from thread created by NIF, to<br />
any local process (enif_send)</p>
<p>Store terms between NIF calls (enif_alloc_env,<br />
enif_make_copy)</p>
<p>Create binary terms with user defined memory management<br />
(enif_make_resource_binary)</p>
<p>And some incompatible changes made to the API. For more<br />
information see the warning text in erl_nif(3).</p>
<p>OTP-8623  == compiler erts hipe stdlib ==</p>
<p>Receive statements that can only read out a newly created<br />
reference are now specially optimized so that it will execute<br />
in constant time regardless of the number of messages in the<br />
receive queue for the process. That optimization will benefit<br />
calls to gen_server:call(). (See gen:do_call/4 for an example<br />
of a receive statement that will be optimized.)</p>
<p>OTP-8650  == common_test ==</p>
<p>The run_test script has been replaced by a program (with the<br />
same name) which can be executed without explicit<br />
installation. The start flags are the same as for the legacy<br />
start script.</p>
<p>OTP-8706  == erts hipe tools ==</p>
<p>eprof has been reimplemented with support in the Erlang<br />
virtual machine and is now both faster (i.e. slows down the<br />
code being measured less) and scales much better. In<br />
measurements we saw speed-ups compared to the old eprof<br />
ranging from 6 times (for sequential code that only uses one<br />
scheduler/core) up to 84 times (for parallel code that uses 8<br />
cores).</p>
<p>Note: The API for the eprof has been cleaned up and extended.<br />
See the documentation.</p>
<p>期待R14B有大的动作！
<div style="margin-top: 0; margin-bottom: 15px; color: #888888; font-size: 80%; font-style: italic">
<p>Post Footer automatically generated by <a href="http://easwy.com/blog/wordpress/wp-posturl/" style="color: #8888FF; text-decoration: underline;">wp-posturl plugin</a> for wordpress.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.yufeng.info/archives/587/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

