diff options
author | Lukas Larsson <[email protected]> | 2011-07-05 18:19:17 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-08-01 16:38:20 +0200 |
commit | 0f54e7f02656b6634ae15870c2af272a4d8c4eac (patch) | |
tree | 9eb59b670029a60c4a6512f60fa828cdd7bf8226 /lib/asn1/doc/src/asn1_spec.xmlsrc | |
parent | 802ac96adf90d4f8868f1a0b49cb912d4796efb8 (diff) | |
download | otp-0f54e7f02656b6634ae15870c2af272a4d8c4eac.tar.gz otp-0f54e7f02656b6634ae15870c2af272a4d8c4eac.tar.bz2 otp-0f54e7f02656b6634ae15870c2af272a4d8c4eac.zip |
Update documentation with replacement of driver with nif
Diffstat (limited to 'lib/asn1/doc/src/asn1_spec.xmlsrc')
-rw-r--r-- | lib/asn1/doc/src/asn1_spec.xmlsrc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/asn1/doc/src/asn1_spec.xmlsrc b/lib/asn1/doc/src/asn1_spec.xmlsrc index 8d61834da8..07cba17816 100644 --- a/lib/asn1/doc/src/asn1_spec.xmlsrc +++ b/lib/asn1/doc/src/asn1_spec.xmlsrc @@ -4,7 +4,7 @@ <chapter> <header> <copyright> - <year>2003</year><year>2009</year> + <year>2003</year><year>2011</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -43,7 +43,7 @@ <p>So far this functionality is only provided when using the optimized BER_BIN version, that is when compiling with the options <c>ber_bin</c> and <c>optimize</c>. It does also work - using the <c>driver</c> option. We have no intent to make this + using the <c>nif</c> option. We have no intent to make this available on the default BER version, but maybe in the PER_BIN version (<c>per_bin</c>). </p> @@ -661,7 +661,9 @@ ValAction = {'Action',17,{'Button',4711,false}}. <p>The ASN.1 specs in the test are compiled with the options <c>ber_bin, optimize, driver</c> and <c>asn1config</c>. If the <c>driver</c> option had been omitted there should have been - higher values for <c>decode</c> and <c>decode_part</c>. + higher values for <c>decode</c> and <c>decode_part</c>. These tests have + not been re-run using nifs, but are expected to perform about 5% better + than the linked-in driver. </p> <p>The test program runs 10000 decodes on the value, resulting in a printout with the elapsed time in microseconds for the |