<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/compiler/test/inline_SUITE_data, branch OTP-20.2.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compiler: Update inliner tests</title>
<updated>2014-01-29T10:08:48+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-01-17T17:39:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ebfc08a004c530faa592a09cf101036329b18fb'/>
<id>1ebfc08a004c530faa592a09cf101036329b18fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>compiler: Test Maps inlining</title>
<updated>2014-01-28T14:56:28+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-11-05T14:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1014059ea438798960cf858e6f37b16e321152ad'/>
<id>1014059ea438798960cf858e6f37b16e321152ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restrict inlining of local fun references</title>
<updated>2013-07-03T14:19:39+00:00</updated>
<author>
<name>Anthony Ramine</name>
<email>n.oxyde@gmail.com</email>
</author>
<published>2013-05-18T16:06:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0db005980b30de5e6ad5dc3afee92d4c449a2f20'/>
<id>0db005980b30de5e6ad5dc3afee92d4c449a2f20</id>
<content type='text'>
Local fun references look like plain old variables in the Core Erlang
AST but should not be treated as such. Inlining of such expressions is
now restricted to application contexts as a local fun reference should
never occur in a guard.

This is not perfect as it forbids inlining in some safe situations, but
that is still better than a compiler crash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Local fun references look like plain old variables in the Core Erlang
AST but should not be treated as such. Inlining of such expressions is
now restricted to application contexts as a local fun reference should
never occur in a guard.

This is not perfect as it forbids inlining in some safe situations, but
that is still better than a compiler crash.
</pre>
</div>
</content>
</entry>
<entry>
<title>inline_SUITE: Add the comma_splitter/1 test case</title>
<updated>2011-12-06T11:21:46+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-12-03T09:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=43a493df03174bc04d9a62edb4cff96943eebe35'/>
<id>43a493df03174bc04d9a62edb4cff96943eebe35</id>
<content type='text'>
Compilation would fail with an error message similar to:

comma_splitter: function split_at_comma/2+32:
  Internal consistency check failed - please report this bug.
  Instruction: {put,{x,0}}
  Error:       {match_context,{x,0}}:

Noticed-by: René Kijewski
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compilation would fail with an error message similar to:

comma_splitter: function split_at_comma/2+32:
  Internal consistency check failed - please report this bug.
  Instruction: {put,{x,0}}
  Error:       {match_context,{x,0}}:

Noticed-by: René Kijewski
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bg/deprecations' into dev</title>
<updated>2010-04-19T14:23:53+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2010-04-19T14:23:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=09ca69e2247860fb5494297279c8819a34777cc6'/>
<id>09ca69e2247860fb5494297279c8819a34777cc6</id>
<content type='text'>
* bg/deprecations:
  test suites: Remove incidental use of deprecated concat_binary/1
  Postpone removal of concat_binary/1
  Remove deprecated lists:flat_length/1

OTP-8584 bg/deprecations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bg/deprecations:
  test suites: Remove incidental use of deprecated concat_binary/1
  Postpone removal of concat_binary/1
  Remove deprecated lists:flat_length/1

OTP-8584 bg/deprecations
</pre>
</div>
</content>
</entry>
<entry>
<title>test suites: Remove incidental use of deprecated concat_binary/1</title>
<updated>2010-04-08T09:57:22+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2010-04-08T09:55:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=14035712097e634a4a7e7851d88fe8b6f8703708'/>
<id>14035712097e634a4a7e7851d88fe8b6f8703708</id>
<content type='text'>
Don't use the deprecated concat_binary/1 BIF in test suites
that don't specifically test concat_binary/1 itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use the deprecated concat_binary/1 BIF in test suites
that don't specifically test concat_binary/1 itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>The R13B03 release.</title>
<updated>2009-11-20T14:54:40+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2009-11-20T14:54:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=84adefa331c4159d432d22840663c38f155cd4c1'/>
<id>84adefa331c4159d432d22840663c38f155cd4c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
