From de298d1fa24b2d3f127c9f46c7549f77389f439e Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Wed, 20 Jul 2011 17:08:30 +0200 Subject: Add documentation for ber encode nif optmization --- lib/asn1/doc/src/asn1ct.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'lib/asn1/doc/src/asn1ct.xml') diff --git a/lib/asn1/doc/src/asn1ct.xml b/lib/asn1/doc/src/asn1ct.xml index d7c2572dc8..13e6977419 100644 --- a/lib/asn1/doc/src/asn1ct.xml +++ b/lib/asn1/doc/src/asn1ct.xml @@ -225,8 +225,8 @@ Binary = binary()

Option valid together with ber_bin and optimize options. It enables the use of several nifs that gives faster - decode. Nifs are only enabled by the explicit use of the option - nif

+ encode and decode. Nifs are only enabled by the explicit use of + the option nif

asn1config @@ -269,7 +269,11 @@ Binary = binary() .set.asn are exported, unless a {export,[atom()]} or {export_all,true} option are provided. The list of atoms are names of chosen asn1 - specs from the .set.asn file.

+ specs from the .set.asn file.

+

When used together with nif for ber_bin, the + asn1 nifs will be used if the asn1rt_nif module is + available. If it is not available, a slower erlang fallback + will be used.

inline -- cgit v1.2.3