diff options
author | Niclas Eklund <[email protected]> | 2011-08-15 14:11:29 +0200 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-08-15 14:11:29 +0200 |
commit | 90fb6ccf9292c909a0639f3874b36a1805204bc8 (patch) | |
tree | 8de0748ce1efaffe37af94e0fb7492ac361c9f68 /lib/ic/doc | |
parent | 82dba8f37f312e8ae0f4b175d8e0a522788571a7 (diff) | |
parent | 40dd124c64b737e9efd14d6a663244ffb38e7a81 (diff) | |
download | otp-90fb6ccf9292c909a0639f3874b36a1805204bc8.tar.gz otp-90fb6ccf9292c909a0639f3874b36a1805204bc8.tar.bz2 otp-90fb6ccf9292c909a0639f3874b36a1805204bc8.zip |
Merge branch 'nick/lht-idl-compiler-opt/OTP-9460' into dev
* nick/lht-idl-compiler-opt/OTP-9460:
Changed version, added release note and updated license headers.
ic: Implement multiple include optimization
ic: Fix preprocessor double expanded included files
ic: Improve ic_pragma performance by using ets:match
Diffstat (limited to 'lib/ic/doc')
-rw-r--r-- | lib/ic/doc/src/notes.xml | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/ic/doc/src/notes.xml b/lib/ic/doc/src/notes.xml index 5f6c31069c..de519d5f84 100644 --- a/lib/ic/doc/src/notes.xml +++ b/lib/ic/doc/src/notes.xml @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>1998</year><year>2010</year> + <year>1998</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -31,6 +31,22 @@ </header> <section> + <title>IC 4.2.27</title> + + <section> + <title>Improvements and New Features</title> + <list type="bulleted"> + <item> + <p> + Reduced compile overhead (Thanks to Haitao Li).</p> + <p> + Own Id: OTP-9460 </p> + </item> + </list> + </section> + </section> + + <section> <title>IC 4.2.26</title> <section> |