diff options
Diffstat (limited to 'lib/asn1/doc/src/asn1ct.xml')
-rw-r--r-- | lib/asn1/doc/src/asn1ct.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index 265f8735c2..2c8bef5dd8 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>1997</year><year>2010</year> + <year>1997</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -223,6 +223,14 @@ Binary = binary() considerable faster decode. In <c>ber_bin</c> the driver is enabled only by explicit use of the option <c>driver</c>.</p> </item> + <tag><c>nif</c></tag> + <item> + <p>Option valid together with <c>ber_bin</c> and <c>optimize</c> + or <c>per_bin</c> and <c>optimize</c> options. It enables the + use of several nifs that gives faster decode for + ber and encode for per than the driver options gives. Nifs are + only enabled by the explicit use of the option <c>nif</c></p> + </item> <tag><c>asn1config</c></tag> <item> <p>When one of the specialized decodes, exclusive or |