~clint-fewbar/ubuntu/precise/erlang/merge-15b

« back to all changes in this revision

Viewing changes to lib/asn1/doc/src/asn1_spec.xmlsrc

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2011-12-15 19:20:10 UTC
  • mfrom: (1.1.18) (3.5.15 sid)
  • mto: (3.5.16 sid)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20111215192010-jnxcfe3tbrpp0big
Tags: 1:15.b-dfsg-1
* New upstream release.
* Upload to experimental because this release breaks external drivers
  API along with ABI, so several applications are to be fixed.
* Removed SSL patch because the old SSL implementation is removed from
  the upstream distribution.
* Removed never used patch which added native code to erlang beam files.
* Removed the erlang-docbuilder binary package because the docbuilder
  application was dropped by upstream.
* Documented dropping ${erlang-docbuilder:Depends} substvar in
  erlang-depends(1) manpage.
* Made erlang-base and erlang-base-hipe provide virtual package
  erlang-abi-15.b (the number means the first erlang version, which
  provides current ABI).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<chapter>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2003</year><year>2009</year>
 
7
      <year>2003</year><year>2011</year>
8
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
9
9
    </copyright>
10
10
    <legalnotice>
43
43
  <p>So far this functionality is only provided when using the
44
44
    optimized BER_BIN version, that is when compiling with the
45
45
    options <c>ber_bin</c> and <c>optimize</c>. It does also work
46
 
    using the <c>driver</c> option. We have no intent to make this
 
46
    using the <c>nif</c> option. We have no intent to make this
47
47
    available on the default BER version, but maybe in the PER_BIN
48
48
    version (<c>per_bin</c>).
49
49
    </p>
661
661
      <p>The ASN.1 specs in the test are compiled with the options
662
662
        <c>ber_bin, optimize, driver</c> and <c>asn1config</c>. If the
663
663
        <c>driver</c> option had been omitted there should have been
664
 
        higher values for <c>decode</c> and <c>decode_part</c>.
 
664
        higher values for <c>decode</c> and <c>decode_part</c>. These tests have
 
665
        not been re-run using nifs, but are expected to perform about 5% better
 
666
        than the linked-in driver.
665
667
        </p>
666
668
      <p>The test program runs 10000 decodes on the value, resulting
667
669
        in a printout with the elapsed time in microseconds for the