From 0f54e7f02656b6634ae15870c2af272a4d8c4eac Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Tue, 5 Jul 2011 18:19:17 +0200 Subject: Update documentation with replacement of driver with nif --- lib/asn1/doc/src/asn1_spec.xmlsrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lib/asn1/doc/src/asn1_spec.xmlsrc') 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 @@
- 20032009 + 20032011 Ericsson AB. All Rights Reserved. @@ -43,7 +43,7 @@

So far this functionality is only provided when using the optimized BER_BIN version, that is when compiling with the options ber_bin and optimize. It does also work - using the driver option. We have no intent to make this + using the nif option. We have no intent to make this available on the default BER version, but maybe in the PER_BIN version (per_bin).

@@ -661,7 +661,9 @@ ValAction = {'Action',17,{'Button',4711,false}}.

The ASN.1 specs in the test are compiled with the options ber_bin, optimize, driver and asn1config. If the driver option had been omitted there should have been - higher values for decode and decode_part. + higher values for decode and decode_part. These tests have + not been re-run using nifs, but are expected to perform about 5% better + than the linked-in driver.

The test program runs 10000 decodes on the value, resulting in a printout with the elapsed time in microseconds for the -- cgit v1.2.3