| Filename | /usr/share/perl5/Convert/ASN1/parser.pm |
| Statements | Executed 76189 statements in 75.2ms |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 1 | 1 | 1 | 33.6ms | 64.7ms | Convert::ASN1::parser::yyparse |
| 1244 | 1 | 1 | 20.9ms | 31.1ms | Convert::ASN1::parser::yylex |
| 2470 | 3 | 1 | 8.69ms | 8.69ms | Convert::ASN1::parser::CORE:match (opcode) |
| 320 | 3 | 1 | 4.28ms | 4.47ms | Convert::ASN1::parser::compile_one (recurses: max depth 10, inclusive time 11.7ms) |
| 1 | 1 | 1 | 1.52ms | 1.58ms | Convert::ASN1::parser::verify |
| 2379 | 1 | 1 | 964µs | 964µs | Convert::ASN1::parser::CORE:regcomp (opcode) |
| 1 | 1 | 1 | 233µs | 4.70ms | Convert::ASN1::parser::compile |
| 18 | 1 | 1 | 127µs | 127µs | Convert::ASN1::parser::CORE:subst (opcode) |
| 4 | 1 | 1 | 52µs | 52µs | Convert::ASN1::parser::expand_ops |
| 1 | 1 | 1 | 41µs | 71.0ms | Convert::ASN1::parser::parse |
| 1 | 1 | 1 | 20µs | 25µs | Convert::ASN1::parser::BEGIN@9 |
| 1 | 1 | 1 | 17µs | 588µs | Convert::ASN1::parser::BEGIN@10 |
| 1 | 1 | 1 | 16µs | 204µs | Convert::ASN1::parser::BEGIN@11 |
| 1 | 1 | 1 | 12µs | 106µs | Convert::ASN1::parser::BEGIN@16 |
| 1 | 1 | 1 | 8µs | 8µs | Convert::ASN1::parser::CORE:sort (opcode) |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::YYERROR |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::_yylex |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::explicit |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::yy_err_recover |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::yyclearin |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::yyerrok |
| 0 | 0 | 0 | 0s | 0s | Convert::ASN1::parser::yyerror |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | #$yysccsid = "@(#)yaccpar 1.8 (Berkeley) 01/20/91 (Perl 2.0 12/31/92)"; | ||||
| 2 | # 23 "parser.y" | ||||
| 3 | ;# Copyright (c) 2000-2005 Graham Barr <gbarr@pobox.com>. All rights reserved. | ||||
| 4 | ;# This program is free software; you can redistribute it and/or | ||||
| 5 | ;# modify it under the same terms as Perl itself. | ||||
| 6 | |||||
| 7 | package Convert::ASN1::parser; | ||||
| 8 | |||||
| 9 | 3 | 34µs | 2 | 30µs | # spent 25µs (20+5) within Convert::ASN1::parser::BEGIN@9 which was called:
# once (20µs+5µs) by Convert::ASN1::BEGIN@415 at line 9 # spent 25µs making 1 call to Convert::ASN1::parser::BEGIN@9
# spent 5µs making 1 call to strict::import |
| 10 | 3 | 49µs | 2 | 1.16ms | # spent 588µs (17+570) within Convert::ASN1::parser::BEGIN@10 which was called:
# once (17µs+570µs) by Convert::ASN1::BEGIN@415 at line 10 # spent 588µs making 1 call to Convert::ASN1::parser::BEGIN@10
# spent 570µs making 1 call to Exporter::import |
| 11 | 1 | 11µs | 1 | 188µs | # spent 204µs (16+188) within Convert::ASN1::parser::BEGIN@11 which was called:
# once (16µs+188µs) by Convert::ASN1::BEGIN@415 at line 14 # spent 188µs making 1 call to vars::import |
| 12 | $asn $yychar $yyerrflag $yynerrs $yyn @yyss | ||||
| 13 | $yyssp $yystate @yyvs $yyvsp $yylval $yys $yym $yyval | ||||
| 14 | 2 | 33µs | 1 | 204µs | ); # spent 204µs making 1 call to Convert::ASN1::parser::BEGIN@11 |
| 15 | |||||
| 16 | 1 | 4.33ms | 2 | 199µs | # spent 106µs (12+94) within Convert::ASN1::parser::BEGIN@16 which was called:
# once (12µs+94µs) by Convert::ASN1::BEGIN@415 at line 16 # spent 106µs making 1 call to Convert::ASN1::parser::BEGIN@16
# spent 94µs making 1 call to Convert::ASN1::_internal_syms |
| 17 | |||||
| 18 | 1 | 1µs | my $yydebug=0; | ||
| 19 | 1 | 300ns | my %yystate; | ||
| 20 | |||||
| 21 | 1 | 98µs | 31 | 58µs | my %base_type = ( # spent 58µs making 31 calls to Convert::ASN1::asn_encode_tag, avg 2µs/call |
| 22 | BOOLEAN => [ asn_encode_tag(ASN_BOOLEAN), opBOOLEAN ], | ||||
| 23 | INTEGER => [ asn_encode_tag(ASN_INTEGER), opINTEGER ], | ||||
| 24 | BIT_STRING => [ asn_encode_tag(ASN_BIT_STR), opBITSTR ], | ||||
| 25 | OCTET_STRING => [ asn_encode_tag(ASN_OCTET_STR), opSTRING ], | ||||
| 26 | STRING => [ asn_encode_tag(ASN_OCTET_STR), opSTRING ], | ||||
| 27 | NULL => [ asn_encode_tag(ASN_NULL), opNULL ], | ||||
| 28 | OBJECT_IDENTIFIER => [ asn_encode_tag(ASN_OBJECT_ID), opOBJID ], | ||||
| 29 | REAL => [ asn_encode_tag(ASN_REAL), opREAL ], | ||||
| 30 | ENUMERATED => [ asn_encode_tag(ASN_ENUMERATED), opINTEGER ], | ||||
| 31 | ENUM => [ asn_encode_tag(ASN_ENUMERATED), opINTEGER ], | ||||
| 32 | 'RELATIVE-OID' => [ asn_encode_tag(ASN_RELATIVE_OID), opROID ], | ||||
| 33 | |||||
| 34 | SEQUENCE => [ asn_encode_tag(ASN_SEQUENCE | ASN_CONSTRUCTOR), opSEQUENCE ], | ||||
| 35 | SET => [ asn_encode_tag(ASN_SET | ASN_CONSTRUCTOR), opSET ], | ||||
| 36 | |||||
| 37 | ObjectDescriptor => [ asn_encode_tag(ASN_UNIVERSAL | 7), opSTRING ], | ||||
| 38 | UTF8String => [ asn_encode_tag(ASN_UNIVERSAL | 12), opUTF8 ], | ||||
| 39 | NumericString => [ asn_encode_tag(ASN_UNIVERSAL | 18), opSTRING ], | ||||
| 40 | PrintableString => [ asn_encode_tag(ASN_UNIVERSAL | 19), opSTRING ], | ||||
| 41 | TeletexString => [ asn_encode_tag(ASN_UNIVERSAL | 20), opSTRING ], | ||||
| 42 | T61String => [ asn_encode_tag(ASN_UNIVERSAL | 20), opSTRING ], | ||||
| 43 | VideotexString => [ asn_encode_tag(ASN_UNIVERSAL | 21), opSTRING ], | ||||
| 44 | IA5String => [ asn_encode_tag(ASN_UNIVERSAL | 22), opSTRING ], | ||||
| 45 | UTCTime => [ asn_encode_tag(ASN_UNIVERSAL | 23), opUTIME ], | ||||
| 46 | GeneralizedTime => [ asn_encode_tag(ASN_UNIVERSAL | 24), opGTIME ], | ||||
| 47 | GraphicString => [ asn_encode_tag(ASN_UNIVERSAL | 25), opSTRING ], | ||||
| 48 | VisibleString => [ asn_encode_tag(ASN_UNIVERSAL | 26), opSTRING ], | ||||
| 49 | ISO646String => [ asn_encode_tag(ASN_UNIVERSAL | 26), opSTRING ], | ||||
| 50 | GeneralString => [ asn_encode_tag(ASN_UNIVERSAL | 27), opSTRING ], | ||||
| 51 | CharacterString => [ asn_encode_tag(ASN_UNIVERSAL | 28), opSTRING ], | ||||
| 52 | UniversalString => [ asn_encode_tag(ASN_UNIVERSAL | 28), opSTRING ], | ||||
| 53 | BMPString => [ asn_encode_tag(ASN_UNIVERSAL | 30), opSTRING ], | ||||
| 54 | BCDString => [ asn_encode_tag(ASN_OCTET_STR), opBCD ], | ||||
| 55 | |||||
| 56 | CHOICE => [ '', opCHOICE ], | ||||
| 57 | ANY => [ '', opANY ], | ||||
| 58 | ); | ||||
| 59 | |||||
| 60 | ;# Given an OP, wrap it in a SEQUENCE | ||||
| 61 | |||||
| 62 | sub explicit { | ||||
| 63 | my $op = shift; | ||||
| 64 | my @seq = @$op; | ||||
| 65 | |||||
| 66 | @seq[cTYPE,cCHILD,cVAR,cLOOP] = ('SEQUENCE',[$op],undef,undef); | ||||
| 67 | @{$op}[cTAG,cOPT] = (); | ||||
| 68 | |||||
| 69 | \@seq; | ||||
| 70 | } | ||||
| 71 | |||||
| 72 | sub constWORD () { 1 } | ||||
| 73 | sub constCLASS () { 2 } | ||||
| 74 | sub constSEQUENCE () { 3 } | ||||
| 75 | sub constSET () { 4 } | ||||
| 76 | sub constCHOICE () { 5 } | ||||
| 77 | sub constOF () { 6 } | ||||
| 78 | sub constIMPLICIT () { 7 } | ||||
| 79 | sub constEXPLICIT () { 8 } | ||||
| 80 | sub constOPTIONAL () { 9 } | ||||
| 81 | sub constLBRACE () { 10 } | ||||
| 82 | sub constRBRACE () { 11 } | ||||
| 83 | sub constCOMMA () { 12 } | ||||
| 84 | sub constANY () { 13 } | ||||
| 85 | sub constASSIGN () { 14 } | ||||
| 86 | sub constNUMBER () { 15 } | ||||
| 87 | sub constENUM () { 16 } | ||||
| 88 | sub constCOMPONENTS () { 17 } | ||||
| 89 | sub constPOSTRBRACE () { 18 } | ||||
| 90 | sub constDEFINED () { 19 } | ||||
| 91 | sub constBY () { 20 } | ||||
| 92 | sub constYYERRCODE () { 256 } | ||||
| 93 | 1 | 4µs | my @yylhs = ( -1, | ||
| 94 | 0, 0, 2, 2, 3, 3, 6, 6, 6, 6, | ||||
| 95 | 8, 13, 13, 12, 14, 14, 14, 9, 9, 9, | ||||
| 96 | 10, 18, 18, 18, 18, 18, 19, 19, 11, 16, | ||||
| 97 | 16, 20, 20, 20, 21, 1, 1, 1, 22, 22, | ||||
| 98 | 22, 24, 24, 24, 24, 23, 23, 23, 15, 15, | ||||
| 99 | 4, 4, 5, 5, 5, 17, 17, 25, 7, 7, | ||||
| 100 | ); | ||||
| 101 | 1 | 3µs | my @yylen = ( 2, | ||
| 102 | 1, 1, 3, 4, 4, 1, 1, 1, 1, 1, | ||||
| 103 | 3, 1, 1, 6, 1, 1, 1, 4, 4, 4, | ||||
| 104 | 4, 1, 1, 1, 2, 1, 0, 3, 1, 1, | ||||
| 105 | 2, 1, 3, 3, 4, 0, 1, 2, 1, 3, | ||||
| 106 | 3, 2, 1, 1, 1, 4, 1, 3, 0, 1, | ||||
| 107 | 0, 1, 0, 1, 1, 1, 3, 2, 0, 1, | ||||
| 108 | ); | ||||
| 109 | 1 | 5µs | my @yydefred = ( 0, | ||
| 110 | 0, 52, 0, 0, 1, 0, 0, 47, 0, 39, | ||||
| 111 | 0, 0, 0, 0, 55, 54, 0, 0, 0, 3, | ||||
| 112 | 0, 6, 0, 11, 0, 0, 0, 0, 48, 0, | ||||
| 113 | 40, 41, 0, 22, 0, 0, 0, 0, 45, 43, | ||||
| 114 | 0, 44, 0, 29, 46, 4, 0, 0, 0, 0, | ||||
| 115 | 7, 8, 9, 10, 0, 25, 0, 50, 42, 0, | ||||
| 116 | 0, 0, 0, 0, 0, 32, 60, 5, 0, 0, | ||||
| 117 | 0, 56, 0, 18, 19, 0, 20, 0, 0, 28, | ||||
| 118 | 58, 21, 0, 0, 0, 34, 33, 57, 0, 0, | ||||
| 119 | 17, 15, 16, 0, 35, 14, | ||||
| 120 | ); | ||||
| 121 | 1 | 2µs | my @yydgoto = ( 4, | ||
| 122 | 5, 6, 20, 7, 17, 50, 68, 8, 51, 52, | ||||
| 123 | 53, 54, 43, 94, 59, 64, 71, 44, 56, 65, | ||||
| 124 | 66, 9, 10, 45, 72, | ||||
| 125 | ); | ||||
| 126 | 1 | 11µs | my @yysindex = ( 7, | ||
| 127 | 9, 0, 12, 0, 0, 19, 51, 0, 34, 0, | ||||
| 128 | 75, 51, 31, -1, 0, 0, 90, 55, 55, 0, | ||||
| 129 | 51, 0, 114, 0, 75, 26, 53, 61, 0, 77, | ||||
| 130 | 0, 0, 114, 0, 26, 53, 64, 76, 0, 0, | ||||
| 131 | 89, 0, 96, 0, 0, 0, 55, 55, 111, 103, | ||||
| 132 | 0, 0, 0, 0, 94, 0, 130, 0, 0, 77, | ||||
| 133 | 122, 128, 77, 141, 78, 0, 0, 0, 155, 147, | ||||
| 134 | 33, 0, 51, 0, 0, 51, 0, 111, 111, 0, | ||||
| 135 | 0, 0, 130, 119, 114, 0, 0, 0, 26, 53, | ||||
| 136 | 0, 0, 0, 89, 0, 0, | ||||
| 137 | ); | ||||
| 138 | 1 | 7µs | my @yyrindex = ( 150, | ||
| 139 | 100, 0, 0, 0, 0, 166, 106, 0, 39, 0, | ||||
| 140 | 100, 133, 0, 0, 0, 0, 0, 165, 140, 0, | ||||
| 141 | 133, 0, 0, 0, 100, 0, 0, 0, 0, 100, | ||||
| 142 | 0, 0, 0, 0, 16, 29, 42, 69, 0, 0, | ||||
| 143 | 37, 0, 0, 0, 0, 0, 156, 156, 0, 125, | ||||
| 144 | 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, | ||||
| 145 | 0, 0, 100, 0, 154, 0, 0, 0, 0, 0, | ||||
| 146 | 0, 0, 133, 0, 0, 133, 0, 0, 160, 0, | ||||
| 147 | 0, 0, 0, 0, 0, 0, 0, 0, 73, 88, | ||||
| 148 | 0, 0, 0, 3, 0, 0, | ||||
| 149 | ); | ||||
| 150 | 1 | 2µs | my @yygindex = ( 0, | ||
| 151 | 28, 0, 149, 1, -11, 91, 0, 8, -17, -18, | ||||
| 152 | -16, 152, 0, 0, 83, 0, 0, 0, 0, 0, | ||||
| 153 | 50, 0, 123, 0, 95, | ||||
| 154 | ); | ||||
| 155 | sub constYYTABLESIZE () { 178 } | ||||
| 156 | 1 | 12µs | my @yytable = ( 29, | ||
| 157 | 23, 12, 49, 49, 40, 39, 41, 1, 2, 33, | ||||
| 158 | 2, 21, 25, 49, 49, 23, 23, 13, 22, 14, | ||||
| 159 | 49, 12, 11, 3, 23, 21, 23, 23, 24, 24, | ||||
| 160 | 12, 24, 22, 23, 13, 47, 49, 24, 37, 24, | ||||
| 161 | 24, 27, 27, 82, 83, 18, 24, 49, 49, 37, | ||||
| 162 | 27, 19, 27, 27, 49, 30, 2, 15, 16, 27, | ||||
| 163 | 73, 84, 48, 76, 85, 92, 91, 93, 26, 26, | ||||
| 164 | 49, 3, 23, 23, 61, 62, 2, 26, 2, 26, | ||||
| 165 | 26, 23, 55, 23, 23, 57, 26, 24, 24, 78, | ||||
| 166 | 23, 3, 26, 27, 28, 79, 24, 58, 24, 24, | ||||
| 167 | 51, 60, 51, 51, 51, 24, 51, 51, 53, 53, | ||||
| 168 | 53, 63, 51, 69, 34, 51, 35, 36, 28, 34, | ||||
| 169 | 67, 89, 90, 28, 59, 59, 37, 86, 87, 38, | ||||
| 170 | 70, 37, 74, 53, 38, 53, 53, 53, 75, 38, | ||||
| 171 | 31, 32, 51, 51, 51, 53, 51, 51, 53, 36, | ||||
| 172 | 38, 77, 51, 51, 51, 80, 51, 51, 51, 51, | ||||
| 173 | 51, 81, 51, 51, 30, 2, 36, 51, 51, 51, | ||||
| 174 | 31, 51, 51, 46, 42, 95, 96, 88, | ||||
| 175 | ); | ||||
| 176 | 1 | 17µs | my @yycheck = ( 17, | ||
| 177 | 12, 1, 0, 1, 23, 23, 23, 1, 2, 21, | ||||
| 178 | 2, 11, 14, 11, 12, 0, 1, 6, 11, 1, | ||||
| 179 | 18, 6, 14, 17, 9, 25, 11, 12, 0, 1, | ||||
| 180 | 30, 1, 25, 18, 6, 10, 0, 9, 0, 11, | ||||
| 181 | 12, 0, 1, 11, 12, 12, 18, 11, 12, 11, | ||||
| 182 | 9, 18, 11, 12, 18, 1, 2, 7, 8, 18, | ||||
| 183 | 60, 73, 10, 63, 76, 84, 84, 84, 0, 1, | ||||
| 184 | 10, 17, 0, 1, 47, 48, 2, 9, 2, 11, | ||||
| 185 | 12, 9, 19, 11, 12, 10, 18, 0, 1, 12, | ||||
| 186 | 18, 17, 3, 4, 5, 18, 9, 9, 11, 12, | ||||
| 187 | 1, 6, 3, 4, 5, 18, 7, 8, 3, 4, | ||||
| 188 | 5, 1, 13, 20, 1, 16, 3, 4, 5, 1, | ||||
| 189 | 18, 3, 4, 5, 0, 1, 13, 78, 79, 16, | ||||
| 190 | 1, 13, 11, 1, 16, 3, 4, 5, 11, 0, | ||||
| 191 | 18, 19, 3, 4, 5, 13, 7, 8, 16, 0, | ||||
| 192 | 11, 11, 3, 4, 5, 1, 7, 8, 3, 4, | ||||
| 193 | 5, 15, 7, 8, 11, 0, 11, 3, 4, 5, | ||||
| 194 | 11, 7, 8, 25, 23, 85, 94, 83, | ||||
| 195 | ); | ||||
| 196 | sub constYYFINAL () { 4 } | ||||
| 197 | |||||
| - - | |||||
| 200 | sub constYYMAXTOKEN () { 20 } | ||||
| 201 | sub yyclearin { $yychar = -1; } | ||||
| 202 | sub yyerrok { $yyerrflag = 0; } | ||||
| 203 | sub YYERROR { ++$yynerrs; &yy_err_recover; } | ||||
| 204 | sub yy_err_recover | ||||
| 205 | { | ||||
| 206 | if ($yyerrflag < 3) | ||||
| 207 | { | ||||
| 208 | $yyerrflag = 3; | ||||
| 209 | while (1) | ||||
| 210 | { | ||||
| 211 | if (($yyn = $yysindex[$yyss[$yyssp]]) && | ||||
| 212 | ($yyn += constYYERRCODE()) >= 0 && | ||||
| 213 | $yyn <= $#yycheck && $yycheck[$yyn] == constYYERRCODE()) | ||||
| 214 | { | ||||
| 215 | |||||
| - - | |||||
| 219 | $yyss[++$yyssp] = $yystate = $yytable[$yyn]; | ||||
| 220 | $yyvs[++$yyvsp] = $yylval; | ||||
| 221 | next yyloop; | ||||
| 222 | } | ||||
| 223 | else | ||||
| 224 | { | ||||
| 225 | |||||
| - - | |||||
| 229 | return(1) if $yyssp <= 0; | ||||
| 230 | --$yyssp; | ||||
| 231 | --$yyvsp; | ||||
| 232 | } | ||||
| 233 | } | ||||
| 234 | } | ||||
| 235 | else | ||||
| 236 | { | ||||
| 237 | return (1) if $yychar == 0; | ||||
| 238 | $yychar = -1; | ||||
| 239 | next yyloop; | ||||
| 240 | } | ||||
| 241 | 0; | ||||
| 242 | } # yy_err_recover | ||||
| 243 | |||||
| 244 | sub yyparse | ||||
| 245 | # spent 64.7ms (33.6+31.1) within Convert::ASN1::parser::yyparse which was called:
# once (33.6ms+31.1ms) by Convert::ASN1::parser::parse at line 650 | ||||
| 246 | |||||
| 247 | 1 | 3µs | if ($yys = $ENV{'YYDEBUG'}) | ||
| 248 | { | ||||
| 249 | $yydebug = int($1) if $yys =~ /^(\d)/; | ||||
| 250 | } | ||||
| 251 | |||||
| 252 | |||||
| 253 | 1 | 1µs | $yynerrs = 0; | ||
| 254 | 1 | 900ns | $yyerrflag = 0; | ||
| 255 | 1 | 500ns | $yychar = (-1); | ||
| 256 | |||||
| 257 | 1 | 300ns | $yyssp = 0; | ||
| 258 | 1 | 300ns | $yyvsp = 0; | ||
| 259 | 1 | 2µs | $yyss[$yyssp] = $yystate = 0; | ||
| 260 | |||||
| 261 | 1 | 212µs | yyloop: while(1) | ||
| 262 | { | ||||
| 263 | 3319 | 1.30ms | yyreduce: { | ||
| 264 | 3319 | 797µs | last yyreduce if ($yyn = $yydefred[$yystate]); | ||
| 265 | 1836 | 906µs | if ($yychar < 0) | ||
| 266 | { | ||||
| 267 | 1244 | 3.07ms | 1244 | 31.1ms | if (($yychar = &yylex) < 0) { $yychar = 0; } # spent 31.1ms making 1244 calls to Convert::ASN1::parser::yylex, avg 25µs/call |
| 268 | } | ||||
| 269 | 1836 | 3.01ms | if (($yyn = $yysindex[$yystate]) && ($yyn += $yychar) >= 0 && | ||
| 270 | $yyn <= $#yycheck && $yycheck[$yyn] == $yychar) | ||||
| 271 | { | ||||
| 272 | |||||
| - - | |||||
| 276 | 1243 | 689µs | $yyss[++$yyssp] = $yystate = $yytable[$yyn]; | ||
| 277 | 1243 | 735µs | $yyvs[++$yyvsp] = $yylval; | ||
| 278 | 1243 | 310µs | $yychar = (-1); | ||
| 279 | 1243 | 400µs | --$yyerrflag if $yyerrflag > 0; | ||
| 280 | 1243 | 597µs | next yyloop; | ||
| 281 | } | ||||
| 282 | 593 | 590µs | if (($yyn = $yyrindex[$yystate]) && ($yyn += $yychar) >= 0 && | ||
| 283 | $yyn <= $#yycheck && $yycheck[$yyn] == $yychar) | ||||
| 284 | { | ||||
| 285 | 593 | 180µs | $yyn = $yytable[$yyn]; | ||
| 286 | 593 | 271µs | last yyreduce; | ||
| 287 | } | ||||
| 288 | if (! $yyerrflag) { | ||||
| 289 | &yyerror('syntax error'); | ||||
| 290 | ++$yynerrs; | ||||
| 291 | } | ||||
| 292 | return undef if &yy_err_recover; | ||||
| 293 | } # yyreduce | ||||
| 294 | |||||
| - - | |||||
| 298 | 2076 | 566µs | $yym = $yylen[$yyn]; | ||
| 299 | 2076 | 1.54ms | $yyval = $yyvs[$yyvsp+1-$yym]; | ||
| 300 | 2076 | 1.33ms | switch: | ||
| 301 | { | ||||
| 302 | 2076 | 475µs | my $label = "State$yyn"; | ||
| 303 | 2076 | 3.09ms | goto $label if exists $yystate{$label}; | ||
| 304 | 423 | 137µs | last switch; | ||
| 305 | State1: { | ||||
| 306 | # 96 "parser.y" | ||||
| 307 | { $yyval = { '' => $yyvs[$yyvsp-0] }; | ||||
| 308 | last switch; | ||||
| 309 | } } | ||||
| 310 | State3: { | ||||
| 311 | # 101 "parser.y" | ||||
| 312 | 1 | 400ns | { | ||
| 313 | 2 | 4µs | $yyval = { $yyvs[$yyvsp-2], [$yyvs[$yyvsp-0]] }; | ||
| 314 | |||||
| 315 | 1 | 500ns | last switch; | ||
| 316 | } } | ||||
| 317 | State4: { | ||||
| 318 | # 105 "parser.y" | ||||
| 319 | 72 | 17µs | { | ||
| 320 | 144 | 60µs | $yyval=$yyvs[$yyvsp-3]; | ||
| 321 | 72 | 293µs | $yyval->{$yyvs[$yyvsp-2]} = [$yyvs[$yyvsp-0]]; | ||
| 322 | |||||
| 323 | 72 | 32µs | last switch; | ||
| 324 | } } | ||||
| 325 | State5: { | ||||
| 326 | # 112 "parser.y" | ||||
| 327 | 71 | 16µs | { | ||
| 328 | 142 | 108µs | $yyvs[$yyvsp-1]->[cTAG] = $yyvs[$yyvsp-3]; | ||
| 329 | 71 | 60µs | $yyval = $yyvs[$yyvsp-2] ? explicit($yyvs[$yyvsp-1]) : $yyvs[$yyvsp-1]; | ||
| 330 | |||||
| 331 | 71 | 27µs | last switch; | ||
| 332 | } } | ||||
| 333 | State11: { | ||||
| 334 | # 126 "parser.y" | ||||
| 335 | 4 | 1µs | { | ||
| 336 | 12 | 30µs | @{$yyval = []}[cTYPE,cCHILD] = ('COMPONENTS', $yyvs[$yyvsp-0]); | ||
| 337 | |||||
| 338 | 4 | 2µs | last switch; | ||
| 339 | } } | ||||
| 340 | State14: { | ||||
| 341 | # 136 "parser.y" | ||||
| 342 | 17 | 3µs | { | ||
| 343 | 34 | 27µs | $yyvs[$yyvsp-1]->[cTAG] = $yyvs[$yyvsp-3]; | ||
| 344 | 34 | 127µs | @{$yyval = []}[cTYPE,cCHILD,cLOOP,cOPT] = ($yyvs[$yyvsp-5], [$yyvs[$yyvsp-1]], 1, $yyvs[$yyvsp-0]); | ||
| 345 | 17 | 11µs | $yyval = explicit($yyval) if $yyvs[$yyvsp-2]; | ||
| 346 | |||||
| 347 | 17 | 8µs | last switch; | ||
| 348 | } } | ||||
| 349 | State18: { | ||||
| 350 | # 149 "parser.y" | ||||
| 351 | 44 | 10µs | { | ||
| 352 | 132 | 226µs | @{$yyval = []}[cTYPE,cCHILD] = ('SEQUENCE', $yyvs[$yyvsp-1]); | ||
| 353 | |||||
| 354 | 44 | 19µs | last switch; | ||
| 355 | } } | ||||
| 356 | State19: { | ||||
| 357 | # 153 "parser.y" | ||||
| 358 | { | ||||
| 359 | @{$yyval = []}[cTYPE,cCHILD] = ('SET', $yyvs[$yyvsp-1]); | ||||
| 360 | |||||
| 361 | last switch; | ||||
| 362 | } } | ||||
| 363 | State20: { | ||||
| 364 | # 157 "parser.y" | ||||
| 365 | 9 | 4µs | { | ||
| 366 | 27 | 49µs | @{$yyval = []}[cTYPE,cCHILD] = ('CHOICE', $yyvs[$yyvsp-1]); | ||
| 367 | |||||
| 368 | 9 | 7µs | last switch; | ||
| 369 | } } | ||||
| 370 | State21: { | ||||
| 371 | # 163 "parser.y" | ||||
| 372 | 10 | 4µs | { | ||
| 373 | 30 | 46µs | @{$yyval = []}[cTYPE] = ('ENUM'); | ||
| 374 | |||||
| 375 | 10 | 5µs | last switch; | ||
| 376 | } } | ||||
| 377 | State22: { | ||||
| 378 | # 168 "parser.y" | ||||
| 379 | 680 | 806µs | { @{$yyval = []}[cTYPE] = $yyvs[$yyvsp-0]; | ||
| 380 | 170 | 68µs | last switch; | ||
| 381 | } } | ||||
| 382 | State23: { | ||||
| 383 | # 169 "parser.y" | ||||
| 384 | { @{$yyval = []}[cTYPE] = $yyvs[$yyvsp-0]; | ||||
| 385 | last switch; | ||||
| 386 | } } | ||||
| 387 | State24: { | ||||
| 388 | # 170 "parser.y" | ||||
| 389 | { @{$yyval = []}[cTYPE] = $yyvs[$yyvsp-0]; | ||||
| 390 | last switch; | ||||
| 391 | } } | ||||
| 392 | State25: { | ||||
| 393 | # 172 "parser.y" | ||||
| 394 | { | ||||
| 395 | @{$yyval = []}[cTYPE,cCHILD,cDEFINE] = ('ANY',undef,$yyvs[$yyvsp-0]); | ||||
| 396 | |||||
| 397 | last switch; | ||||
| 398 | } } | ||||
| 399 | State26: { | ||||
| 400 | # 175 "parser.y" | ||||
| 401 | { @{$yyval = []}[cTYPE] = $yyvs[$yyvsp-0]; | ||||
| 402 | last switch; | ||||
| 403 | } } | ||||
| 404 | State27: { | ||||
| 405 | # 178 "parser.y" | ||||
| 406 | { $yyval=undef; | ||||
| 407 | last switch; | ||||
| 408 | } } | ||||
| 409 | State28: { | ||||
| 410 | # 179 "parser.y" | ||||
| 411 | { $yyval=$yyvs[$yyvsp-0]; | ||||
| 412 | last switch; | ||||
| 413 | } } | ||||
| 414 | State30: { | ||||
| 415 | # 185 "parser.y" | ||||
| 416 | 24 | 12µs | { $yyval = $yyvs[$yyvsp-0]; | ||
| 417 | 8 | 7µs | last switch; | ||
| 418 | } } | ||||
| 419 | State31: { | ||||
| 420 | # 186 "parser.y" | ||||
| 421 | 3 | 2µs | { $yyval = $yyvs[$yyvsp-1]; | ||
| 422 | 1 | 600ns | last switch; | ||
| 423 | } } | ||||
| 424 | State32: { | ||||
| 425 | # 190 "parser.y" | ||||
| 426 | 9 | 2µs | { | ||
| 427 | 18 | 21µs | $yyval = [ $yyvs[$yyvsp-0] ]; | ||
| 428 | |||||
| 429 | 9 | 4µs | last switch; | ||
| 430 | } } | ||||
| 431 | State33: { | ||||
| 432 | # 194 "parser.y" | ||||
| 433 | 3 | 1µs | { | ||
| 434 | 9 | 8µs | push @{$yyval=$yyvs[$yyvsp-2]}, $yyvs[$yyvsp-0]; | ||
| 435 | |||||
| 436 | 3 | 1µs | last switch; | ||
| 437 | } } | ||||
| 438 | State34: { | ||||
| 439 | # 198 "parser.y" | ||||
| 440 | 39 | 9µs | { | ||
| 441 | 117 | 88µs | push @{$yyval=$yyvs[$yyvsp-2]}, $yyvs[$yyvsp-0]; | ||
| 442 | |||||
| 443 | 39 | 15µs | last switch; | ||
| 444 | } } | ||||
| 445 | State35: { | ||||
| 446 | # 204 "parser.y" | ||||
| 447 | 51 | 13µs | { | ||
| 448 | 153 | 213µs | @{$yyval=$yyvs[$yyvsp-0]}[cVAR,cTAG] = ($yyvs[$yyvsp-3],$yyvs[$yyvsp-2]); | ||
| 449 | 51 | 28µs | $yyval = explicit($yyval) if $yyvs[$yyvsp-1]; | ||
| 450 | |||||
| 451 | 51 | 21µs | last switch; | ||
| 452 | } } | ||||
| 453 | State36: { | ||||
| 454 | # 211 "parser.y" | ||||
| 455 | { $yyval = []; | ||||
| 456 | last switch; | ||||
| 457 | } } | ||||
| 458 | State37: { | ||||
| 459 | # 212 "parser.y" | ||||
| 460 | 123 | 42µs | { $yyval = $yyvs[$yyvsp-0]; | ||
| 461 | 41 | 16µs | last switch; | ||
| 462 | } } | ||||
| 463 | State38: { | ||||
| 464 | # 213 "parser.y" | ||||
| 465 | 9 | 6µs | { $yyval = $yyvs[$yyvsp-1]; | ||
| 466 | 3 | 2µs | last switch; | ||
| 467 | } } | ||||
| 468 | State39: { | ||||
| 469 | # 217 "parser.y" | ||||
| 470 | 44 | 11µs | { | ||
| 471 | 88 | 89µs | $yyval = [ $yyvs[$yyvsp-0] ]; | ||
| 472 | |||||
| 473 | 44 | 19µs | last switch; | ||
| 474 | } } | ||||
| 475 | State40: { | ||||
| 476 | # 221 "parser.y" | ||||
| 477 | 57 | 15µs | { | ||
| 478 | 171 | 155µs | push @{$yyval=$yyvs[$yyvsp-2]}, $yyvs[$yyvsp-0]; | ||
| 479 | |||||
| 480 | 57 | 23µs | last switch; | ||
| 481 | } } | ||||
| 482 | State41: { | ||||
| 483 | # 225 "parser.y" | ||||
| 484 | 12 | 4µs | { | ||
| 485 | 36 | 38µs | push @{$yyval=$yyvs[$yyvsp-2]}, $yyvs[$yyvsp-0]; | ||
| 486 | |||||
| 487 | 12 | 4µs | last switch; | ||
| 488 | } } | ||||
| 489 | State42: { | ||||
| 490 | # 231 "parser.y" | ||||
| 491 | 91 | 19µs | { | ||
| 492 | 273 | 282µs | @{$yyval=$yyvs[$yyvsp-1]}[cOPT] = ($yyvs[$yyvsp-0]); | ||
| 493 | |||||
| 494 | 91 | 38µs | last switch; | ||
| 495 | } } | ||||
| 496 | State46: { | ||||
| 497 | # 240 "parser.y" | ||||
| 498 | 109 | 26µs | { | ||
| 499 | 327 | 412µs | @{$yyval=$yyvs[$yyvsp-0]}[cVAR,cTAG] = ($yyvs[$yyvsp-3],$yyvs[$yyvsp-2]); | ||
| 500 | 109 | 90µs | $yyval->[cOPT] = $yyvs[$yyvsp-3] if $yyval->[cOPT]; | ||
| 501 | 109 | 50µs | $yyval = explicit($yyval) if $yyvs[$yyvsp-1]; | ||
| 502 | |||||
| 503 | 109 | 69µs | last switch; | ||
| 504 | } } | ||||
| 505 | State48: { | ||||
| 506 | # 247 "parser.y" | ||||
| 507 | 2 | 600ns | { | ||
| 508 | 6 | 6µs | @{$yyval=$yyvs[$yyvsp-0]}[cTAG] = ($yyvs[$yyvsp-2]); | ||
| 509 | 2 | 2µs | $yyval = explicit($yyval) if $yyvs[$yyvsp-1]; | ||
| 510 | |||||
| 511 | 2 | 1µs | last switch; | ||
| 512 | } } | ||||
| 513 | State49: { | ||||
| 514 | # 253 "parser.y" | ||||
| 515 | 207 | 51µs | { $yyval = undef; | ||
| 516 | 69 | 31µs | last switch; | ||
| 517 | } } | ||||
| 518 | State50: { | ||||
| 519 | # 254 "parser.y" | ||||
| 520 | 117 | 30µs | { $yyval = 1; | ||
| 521 | 39 | 15µs | last switch; | ||
| 522 | } } | ||||
| 523 | State51: { | ||||
| 524 | # 258 "parser.y" | ||||
| 525 | 528 | 147µs | { $yyval = undef; | ||
| 526 | 176 | 77µs | last switch; | ||
| 527 | } } | ||||
| 528 | State53: { | ||||
| 529 | # 262 "parser.y" | ||||
| 530 | 750 | 183µs | { $yyval = undef; | ||
| 531 | 250 | 95µs | last switch; | ||
| 532 | } } | ||||
| 533 | State54: { | ||||
| 534 | # 263 "parser.y" | ||||
| 535 | { $yyval = 1; | ||||
| 536 | last switch; | ||||
| 537 | } } | ||||
| 538 | State55: { | ||||
| 539 | # 264 "parser.y" | ||||
| 540 | { $yyval = 0; | ||||
| 541 | last switch; | ||||
| 542 | } } | ||||
| 543 | State56: { | ||||
| 544 | # 267 "parser.y" | ||||
| 545 | 10 | 3µs | { | ||
| 546 | 20 | 7µs | last switch; | ||
| 547 | } } | ||||
| 548 | State57: { | ||||
| 549 | # 268 "parser.y" | ||||
| 550 | 80 | 17µs | { | ||
| 551 | 160 | 43µs | last switch; | ||
| 552 | } } | ||||
| 553 | State58: { | ||||
| 554 | # 271 "parser.y" | ||||
| 555 | 90 | 23µs | { | ||
| 556 | 180 | 62µs | last switch; | ||
| 557 | } } | ||||
| 558 | State59: { | ||||
| 559 | # 274 "parser.y" | ||||
| 560 | 27 | 7µs | { | ||
| 561 | 54 | 17µs | last switch; | ||
| 562 | } } | ||||
| 563 | State60: { | ||||
| 564 | # 275 "parser.y" | ||||
| 565 | 44 | 10µs | { | ||
| 566 | 88 | 26µs | last switch; | ||
| 567 | } } | ||||
| 568 | } # switch | ||||
| 569 | 2076 | 599µs | $yyssp -= $yym; | ||
| 570 | 2076 | 705µs | $yystate = $yyss[$yyssp]; | ||
| 571 | 2076 | 518µs | $yyvsp -= $yym; | ||
| 572 | 2076 | 634µs | $yym = $yylhs[$yyn]; | ||
| 573 | 2076 | 576µs | if ($yystate == 0 && $yym == 0) | ||
| 574 | { | ||||
| 575 | |||||
| - - | |||||
| 579 | 1 | 400ns | $yystate = constYYFINAL(); | ||
| 580 | 1 | 500ns | $yyss[++$yyssp] = constYYFINAL(); | ||
| 581 | 1 | 700ns | $yyvs[++$yyvsp] = $yyval; | ||
| 582 | 1 | 500ns | if ($yychar < 0) | ||
| 583 | { | ||||
| 584 | if (($yychar = &yylex) < 0) { $yychar = 0; } | ||||
| 585 | } | ||||
| 586 | 1 | 8µs | return $yyvs[$yyvsp] if $yychar == 0; | ||
| 587 | next yyloop; | ||||
| 588 | } | ||||
| 589 | 2075 | 2.42ms | if (($yyn = $yygindex[$yym]) && ($yyn += $yystate) >= 0 && | ||
| 590 | $yyn <= $#yycheck && $yycheck[$yyn] == $yystate) | ||||
| 591 | { | ||||
| 592 | 1001 | 387µs | $yystate = $yytable[$yyn]; | ||
| 593 | } else { | ||||
| 594 | 1074 | 413µs | $yystate = $yydgoto[$yym]; | ||
| 595 | } | ||||
| 596 | |||||
| - - | |||||
| 600 | 2075 | 736µs | $yyss[++$yyssp] = $yystate; | ||
| 601 | 2075 | 1.13ms | $yyvs[++$yyvsp] = $yyval; | ||
| 602 | } # yyloop | ||||
| 603 | } # yyparse | ||||
| 604 | # 279 "parser.y" | ||||
| 605 | |||||
| 606 | 1 | 14µs | my %reserved = ( | ||
| 607 | 'OPTIONAL' => constOPTIONAL(), | ||||
| 608 | 'CHOICE' => constCHOICE(), | ||||
| 609 | 'OF' => constOF(), | ||||
| 610 | 'IMPLICIT' => constIMPLICIT(), | ||||
| 611 | 'EXPLICIT' => constEXPLICIT(), | ||||
| 612 | 'SEQUENCE' => constSEQUENCE(), | ||||
| 613 | 'SET' => constSET(), | ||||
| 614 | 'ANY' => constANY(), | ||||
| 615 | 'ENUM' => constENUM(), | ||||
| 616 | 'ENUMERATED' => constENUM(), | ||||
| 617 | 'COMPONENTS' => constCOMPONENTS(), | ||||
| 618 | '{' => constLBRACE(), | ||||
| 619 | '}' => constRBRACE(), | ||||
| 620 | ',' => constCOMMA(), | ||||
| 621 | '::=' => constASSIGN(), | ||||
| 622 | 'DEFINED' => constDEFINED(), | ||||
| 623 | 'BY' => constBY() | ||||
| 624 | ); | ||||
| 625 | |||||
| 626 | 18 | 78µs | 18 | 27µs | my $reserved = join("|", reverse sort grep { /\w/ } keys %reserved); # spent 19µs making 17 calls to Convert::ASN1::parser::CORE:match, avg 1µs/call
# spent 8µs making 1 call to Convert::ASN1::parser::CORE:sort |
| 627 | |||||
| 628 | 1 | 5µs | my %tag_class = ( | ||
| 629 | APPLICATION => ASN_APPLICATION, | ||||
| 630 | UNIVERSAL => ASN_UNIVERSAL, | ||||
| 631 | PRIVATE => ASN_PRIVATE, | ||||
| 632 | CONTEXT => ASN_CONTEXT, | ||||
| 633 | '' => ASN_CONTEXT # if not specified, its CONTEXT | ||||
| 634 | ); | ||||
| 635 | |||||
| 636 | ;## | ||||
| 637 | ;## This is NOT thread safe !!!!!! | ||||
| 638 | ;## | ||||
| 639 | |||||
| 640 | 1 | 300ns | my $pos; | ||
| 641 | 1 | 200ns | my $last_pos; | ||
| 642 | 1 | 300ns | my @stacked; | ||
| 643 | |||||
| 644 | # spent 71.0ms (41µs+71.0) within Convert::ASN1::parser::parse which was called:
# once (41µs+71.0ms) by Convert::ASN1::prepare at line 154 of Convert/ASN1.pm | ||||
| 645 | 1 | 2µs | local(*asn) = \($_[0]); | ||
| 646 | 1 | 1µs | ($pos,$last_pos,@stacked) = (); | ||
| 647 | |||||
| 648 | 1 | 6µs | eval { | ||
| 649 | 1 | 6µs | local $SIG{__DIE__}; | ||
| 650 | 1 | 16µs | 3 | 71.0ms | compile(verify(yyparse())); # spent 64.7ms making 1 call to Convert::ASN1::parser::yyparse
# spent 4.70ms making 1 call to Convert::ASN1::parser::compile
# spent 1.58ms making 1 call to Convert::ASN1::parser::verify |
| 651 | } | ||||
| 652 | } | ||||
| 653 | |||||
| 654 | # spent 4.47ms (4.28+194µs) within Convert::ASN1::parser::compile_one which was called 320 times, avg 14µs/call:
# 124 times (2.59ms+-2.59ms) by Convert::ASN1::parser::compile_one at line 688, avg 0s/call
# 123 times (1.01ms+-1.01ms) by Convert::ASN1::parser::compile_one at line 668, avg 0s/call
# 73 times (678µs+3.79ms) by Convert::ASN1::parser::compile at line 736, avg 61µs/call | ||||
| 655 | 320 | 115µs | my $tree = shift; | ||
| 656 | 320 | 81µs | my $ops = shift; | ||
| 657 | 320 | 104µs | my $name = shift; | ||
| 658 | 320 | 421µs | foreach my $op (@$ops) { | ||
| 659 | 555 | 241µs | next unless ref($op) eq 'ARRAY'; | ||
| 660 | 250 | 257µs | bless $op; | ||
| 661 | 250 | 121µs | my $type = $op->[cTYPE]; | ||
| 662 | 250 | 162µs | if (exists $base_type{$type}) { | ||
| 663 | 127 | 80µs | $op->[cTYPE] = $base_type{$type}->[1]; | ||
| 664 | 127 | 154µs | 29 | 105µs | $op->[cTAG] = defined($op->[cTAG]) ? asn_encode_tag($op->[cTAG]): $base_type{$type}->[0]; # spent 105µs making 29 calls to Convert::ASN1::asn_encode_tag, avg 4µs/call |
| 665 | } | ||||
| 666 | else { | ||||
| 667 | 123 | 53µs | die "Unknown type '$type'\n" unless exists $tree->{$type}; | ||
| 668 | 123 | 333µs | 123 | 0s | my $ref = compile_one( # spent 2.49ms making 123 calls to Convert::ASN1::parser::compile_one, avg 20µs/call, recursion: max depth 10, sum of overlapping time 2.49ms |
| 669 | $tree, | ||||
| 670 | $tree->{$type}, | ||||
| 671 | defined($op->[cVAR]) ? $name . "." . $op->[cVAR] : $name | ||||
| 672 | ); | ||||
| 673 | 123 | 107µs | if (defined($op->[cTAG]) && $ref->[0][cTYPE] == opCHOICE) { | ||
| 674 | @{$op}[cTYPE,cCHILD] = (opSEQUENCE,$ref); | ||||
| 675 | } | ||||
| 676 | else { | ||||
| 677 | 121 | 205µs | @{$op}[cTYPE,cCHILD,cLOOP] = @{$ref->[0]}[cTYPE,cCHILD,cLOOP]; | ||
| 678 | } | ||||
| 679 | 123 | 183µs | 45 | 90µs | $op->[cTAG] = defined($op->[cTAG]) ? asn_encode_tag($op->[cTAG]): $ref->[0][cTAG]; # spent 90µs making 45 calls to Convert::ASN1::asn_encode_tag, avg 2µs/call |
| 680 | } | ||||
| 681 | 250 | 186µs | $op->[cTAG] |= chr(ASN_CONSTRUCTOR) | ||
| 682 | if length $op->[cTAG] && ($op->[cTYPE] == opSET || $op->[cTYPE] == opSEQUENCE); | ||||
| 683 | |||||
| 684 | 250 | 229µs | if ($op->[cCHILD]) { | ||
| 685 | ;# If we have children we are one of | ||||
| 686 | ;# opSET opSEQUENCE opCHOICE | ||||
| 687 | |||||
| 688 | 124 | 263µs | 124 | 0s | compile_one($tree, $op->[cCHILD], defined($op->[cVAR]) ? $name . "." . $op->[cVAR] : $name); # spent 9.22ms making 124 calls to Convert::ASN1::parser::compile_one, avg 74µs/call, recursion: max depth 9, sum of overlapping time 9.22ms |
| 689 | |||||
| 690 | ;# If a CHOICE is given a tag, then it must be EXPLICIT | ||||
| 691 | 124 | 60µs | if ($op->[cTYPE] == opCHOICE && defined($op->[cTAG]) && length($op->[cTAG])) { | ||
| 692 | $op = bless explicit($op); | ||||
| 693 | $op->[cTYPE] = opSEQUENCE; | ||||
| 694 | } | ||||
| 695 | |||||
| 696 | 124 | 96µs | if ( @{$op->[cCHILD]} > 1) { | ||
| 697 | ;#if ($op->[cTYPE] != opSEQUENCE) { | ||||
| 698 | ;# Here we need to flatten CHOICEs and check that SET and CHOICE | ||||
| 699 | ;# do not contain duplicate tags | ||||
| 700 | ;#} | ||||
| 701 | 94 | 34µs | if ($op->[cTYPE] == opSET) { | ||
| 702 | ;# In case we do CER encoding we order the SET elements by thier tags | ||||
| 703 | my @tags = map { | ||||
| 704 | length($_->[cTAG]) | ||||
| 705 | ? $_->[cTAG] | ||||
| 706 | : $_->[cTYPE] == opCHOICE | ||||
| 707 | ? (sort map { $_->[cTAG] } $_->[cCHILD])[0] | ||||
| 708 | : '' | ||||
| 709 | } @{$op->[cCHILD]}; | ||||
| 710 | @{$op->[cCHILD]} = @{$op->[cCHILD]}[sort { $tags[$a] cmp $tags[$b] } 0..$#tags]; | ||||
| 711 | } | ||||
| 712 | } | ||||
| 713 | else { | ||||
| 714 | ;# A SET of one element can be treated the same as a SEQUENCE | ||||
| 715 | 30 | 14µs | $op->[cTYPE] = opSEQUENCE if $op->[cTYPE] == opSET; | ||
| 716 | } | ||||
| 717 | } | ||||
| 718 | } | ||||
| 719 | 320 | 753µs | $ops; | ||
| 720 | } | ||||
| 721 | |||||
| 722 | # spent 4.70ms (233µs+4.47) within Convert::ASN1::parser::compile which was called:
# once (233µs+4.47ms) by Convert::ASN1::parser::parse at line 650 | ||||
| 723 | 1 | 1µs | my $tree = shift; | ||
| 724 | |||||
| 725 | ;# The tree should be valid enough to be able to | ||||
| 726 | ;# - resolve references | ||||
| 727 | ;# - encode tags | ||||
| 728 | ;# - verify CHOICEs do not contain duplicate tags | ||||
| 729 | |||||
| 730 | ;# once references have been resolved, and also due to | ||||
| 731 | ;# flattening of COMPONENTS, it is possible for an op | ||||
| 732 | ;# to appear in multiple places. So once an op is | ||||
| 733 | ;# compiled we bless it. This ensure we dont try to | ||||
| 734 | ;# compile it again. | ||||
| 735 | |||||
| 736 | 1 | 184µs | 73 | 4.47ms | while(my($k,$v) = each %$tree) { # spent 4.47ms making 73 calls to Convert::ASN1::parser::compile_one, avg 61µs/call |
| 737 | compile_one($tree,$v,$k); | ||||
| 738 | } | ||||
| 739 | |||||
| 740 | 1 | 6µs | $tree; | ||
| 741 | } | ||||
| 742 | |||||
| 743 | # spent 1.58ms (1.52+52µs) within Convert::ASN1::parser::verify which was called:
# once (1.52ms+52µs) by Convert::ASN1::parser::parse at line 650 | ||||
| 744 | 1 | 2µs | my $tree = shift or return; | ||
| 745 | 1 | 800ns | my $err = ""; | ||
| 746 | |||||
| 747 | ;# Well it parsed correctly, now we | ||||
| 748 | ;# - check references exist | ||||
| 749 | ;# - flatten COMPONENTS OF (checking for loops) | ||||
| 750 | ;# - check for duplicate var names | ||||
| 751 | |||||
| 752 | 1 | 109µs | while(my($name,$ops) = each %$tree) { | ||
| 753 | 73 | 33µs | my $stash = {}; | ||
| 754 | 73 | 19µs | my @scope = (); | ||
| 755 | 73 | 19µs | my $path = ""; | ||
| 756 | 73 | 18µs | my $idx = 0; | ||
| 757 | |||||
| 758 | 73 | 20µs | while($ops) { | ||
| 759 | 414 | 291µs | if ($idx < @$ops) { | ||
| 760 | 269 | 121µs | my $op = $ops->[$idx++]; | ||
| 761 | 269 | 49µs | my $var; | ||
| 762 | 269 | 276µs | if (defined ($var = $op->[cVAR])) { | ||
| 763 | |||||
| 764 | $err .= "$name: $path.$var used multiple times\n" | ||||
| 765 | if $stash->{$var}++; | ||||
| 766 | |||||
| 767 | } | ||||
| 768 | 269 | 116µs | if (defined $op->[cCHILD]) { | ||
| 769 | 76 | 63µs | 4 | 52µs | if (ref $op->[cCHILD]) { # spent 52µs making 4 calls to Convert::ASN1::parser::expand_ops, avg 13µs/call |
| 770 | 72 | 74µs | push @scope, [$stash, $path, $ops, $idx]; | ||
| 771 | 72 | 20µs | if (defined $var) { | ||
| 772 | 16 | 7µs | $stash = {}; | ||
| 773 | 16 | 10µs | $path .= "." . $var; | ||
| 774 | } | ||||
| 775 | 72 | 17µs | $idx = 0; | ||
| 776 | 72 | 31µs | $ops = $op->[cCHILD]; | ||
| 777 | } | ||||
| 778 | elsif ($op->[cTYPE] eq 'COMPONENTS') { | ||||
| 779 | splice(@$ops,--$idx,1,expand_ops($tree, $op->[cCHILD])); | ||||
| 780 | } | ||||
| 781 | else { | ||||
| 782 | die "Internal error\n"; | ||||
| 783 | } | ||||
| 784 | } | ||||
| 785 | } | ||||
| 786 | else { | ||||
| 787 | 145 | 106µs | my $s = pop @scope | ||
| 788 | or last; | ||||
| 789 | 72 | 112µs | ($stash,$path,$ops,$idx) = @$s; | ||
| 790 | } | ||||
| 791 | } | ||||
| 792 | } | ||||
| 793 | 1 | 600ns | die $err if length $err; | ||
| 794 | 1 | 7µs | $tree; | ||
| 795 | } | ||||
| 796 | |||||
| 797 | # spent 52µs within Convert::ASN1::parser::expand_ops which was called 4 times, avg 13µs/call:
# 4 times (52µs+0s) by Convert::ASN1::parser::verify at line 769, avg 13µs/call | ||||
| 798 | 4 | 2µs | my $tree = shift; | ||
| 799 | 4 | 3µs | my $want = shift; | ||
| 800 | 4 | 2µs | my $seen = shift || { }; | ||
| 801 | |||||
| 802 | 4 | 4µs | die "COMPONENTS OF loop $want\n" if $seen->{$want}++; | ||
| 803 | 4 | 2µs | die "Undefined macro $want\n" unless exists $tree->{$want}; | ||
| 804 | 4 | 2µs | my $ops = $tree->{$want}; | ||
| 805 | 4 | 6µs | die "Bad macro for COMPUNENTS OF '$want'\n" | ||
| 806 | unless @$ops == 1 | ||||
| 807 | && ($ops->[0][cTYPE] eq 'SEQUENCE' || $ops->[0][cTYPE] eq 'SET') | ||||
| 808 | && ref $ops->[0][cCHILD]; | ||||
| 809 | 4 | 2µs | $ops = $ops->[0][cCHILD]; | ||
| 810 | 4 | 3µs | for(my $idx = 0 ; $idx < @$ops ; ) { | ||
| 811 | 11 | 4µs | my $op = $ops->[$idx++]; | ||
| 812 | 11 | 9µs | if ($op->[cTYPE] eq 'COMPONENTS') { | ||
| 813 | splice(@$ops,--$idx,1,expand_ops($tree, $op->[cCHILD], $seen)); | ||||
| 814 | } | ||||
| 815 | 4 | 1µs | } | ||
| 816 | |||||
| 817 | 4 | 21µs | @$ops; | ||
| 818 | } | ||||
| 819 | |||||
| 820 | sub _yylex { | ||||
| 821 | my $ret = &_yylex; | ||||
| 822 | warn $ret; | ||||
| 823 | $ret; | ||||
| 824 | } | ||||
| 825 | |||||
| 826 | # spent 31.1ms (20.9+10.1) within Convert::ASN1::parser::yylex which was called 1244 times, avg 25µs/call:
# 1244 times (20.9ms+10.1ms) by Convert::ASN1::parser::yyparse at line 267, avg 25µs/call | ||||
| 827 | 1244 | 821µs | return shift @stacked if @stacked; | ||
| 828 | |||||
| 829 | 1181 | 18.8ms | 4758 | 9.38ms | while ($asn =~ /\G(?: # spent 8.41ms making 2379 calls to Convert::ASN1::parser::CORE:match, avg 4µs/call
# spent 964µs making 2379 calls to Convert::ASN1::parser::CORE:regcomp, avg 405ns/call |
| 830 | (\s+|--[^\n]*) | ||||
| 831 | | | ||||
| 832 | ([,{}]|::=) | ||||
| 833 | | | ||||
| 834 | ($reserved)\b | ||||
| 835 | | | ||||
| 836 | ( | ||||
| 837 | (?:OCTET|BIT)\s+STRING | ||||
| 838 | | | ||||
| 839 | OBJECT\s+IDENTIFIER | ||||
| 840 | | | ||||
| 841 | RELATIVE-OID | ||||
| 842 | )\b | ||||
| 843 | | | ||||
| 844 | (\w+(?:-\w+)*) | ||||
| 845 | | | ||||
| 846 | \[\s* | ||||
| 847 | ( | ||||
| 848 | (?:(?:APPLICATION|PRIVATE|UNIVERSAL|CONTEXT)\s+)? | ||||
| 849 | \d+ | ||||
| 850 | ) | ||||
| 851 | \s*\] | ||||
| 852 | | | ||||
| 853 | \((\d+)\) | ||||
| 854 | )/sxgo | ||||
| 855 | ) { | ||||
| 856 | |||||
| 857 | 2378 | 2.02ms | ($last_pos,$pos) = ($pos,pos($asn)); | ||
| 858 | |||||
| 859 | 2378 | 2.34ms | next if defined $1; # comment or whitespace | ||
| 860 | |||||
| 861 | 1180 | 846µs | if (defined $2 or defined $3) { | ||
| 862 | # A comma is not required after a '}' so to aid the | ||||
| 863 | # parser we insert a fake token after any '}' | ||||
| 864 | 519 | 535µs | push @stacked, constPOSTRBRACE() if defined $2 and $+ eq '}'; | ||
| 865 | |||||
| 866 | 519 | 1.80ms | return $reserved{$yylval = $+}; | ||
| 867 | } | ||||
| 868 | |||||
| 869 | 661 | 322µs | if (defined $4) { | ||
| 870 | 18 | 193µs | 18 | 127µs | ($yylval = $+) =~ s/\s+/_/g; # spent 127µs making 18 calls to Convert::ASN1::parser::CORE:subst, avg 7µs/call |
| 871 | 18 | 42µs | return constWORD(); | ||
| 872 | } | ||||
| 873 | |||||
| 874 | 643 | 436µs | if (defined $5) { | ||
| 875 | 479 | 425µs | $yylval = $+; | ||
| 876 | 479 | 1.25ms | return constWORD(); | ||
| 877 | } | ||||
| 878 | |||||
| 879 | 164 | 87µs | if (defined $6) { | ||
| 880 | 74 | 500µs | 74 | 263µs | my($class,$num) = ($+ =~ /^([A-Z]*)\s*(\d+)$/); # spent 263µs making 74 calls to Convert::ASN1::parser::CORE:match, avg 4µs/call |
| 881 | 74 | 218µs | 74 | 374µs | $yylval = asn_tag($tag_class{$class}, $num); # spent 374µs making 74 calls to Convert::ASN1::asn_tag, avg 5µs/call |
| 882 | 74 | 169µs | return constCLASS(); | ||
| 883 | } | ||||
| 884 | |||||
| 885 | 90 | 65µs | if (defined $7) { | ||
| 886 | 90 | 62µs | $yylval = $+; | ||
| 887 | 90 | 232µs | return constNUMBER(); | ||
| 888 | } | ||||
| 889 | |||||
| 890 | die "Internal error\n"; | ||||
| 891 | |||||
| 892 | } | ||||
| 893 | |||||
| 894 | 1 | 900ns | die "Parse error before ",substr($asn,$pos,40),"\n" | ||
| 895 | unless $pos == length($asn); | ||||
| 896 | |||||
| 897 | 1 | 2µs | 0 | ||
| 898 | } | ||||
| 899 | |||||
| 900 | sub yyerror { | ||||
| 901 | die @_," ",substr($asn,$last_pos,40),"\n"; | ||||
| 902 | } | ||||
| 903 | |||||
| 904 | 1 | 100ns | 1; | ||
| 905 | |||||
| 906 | 1 | 33µs | %yystate = ('State51','','State34','','State11','','State33','','State24', | ||
| 907 | '','State40','','State31','','State37','','State23','','State22','', | ||||
| 908 | 'State21','','State57','','State39','','State56','','State20','','State25', | ||||
| 909 | '','State38','','State14','','State19','','State46','','State5','', | ||||
| 910 | 'State53','','State26','','State27','','State50','','State36','','State4', | ||||
| 911 | '','State3','','State32','','State49','','State30','','State35','', | ||||
| 912 | 'State48','','State55','','State42','','State28','','State58','','State41', | ||||
| 913 | '','State18','','State59','','State1','','State54','','State60', | ||||
| 914 | ''); | ||||
| 915 | |||||
| 916 | 1 | 97µs | 1; | ||
# spent 8.69ms within Convert::ASN1::parser::CORE:match which was called 2470 times, avg 4µs/call:
# 2379 times (8.41ms+0s) by Convert::ASN1::parser::yylex at line 829, avg 4µs/call
# 74 times (263µs+0s) by Convert::ASN1::parser::yylex at line 880, avg 4µs/call
# 17 times (19µs+0s) by Convert::ASN1::BEGIN@415 at line 626, avg 1µs/call | |||||
# spent 964µs within Convert::ASN1::parser::CORE:regcomp which was called 2379 times, avg 405ns/call:
# 2379 times (964µs+0s) by Convert::ASN1::parser::yylex at line 829, avg 405ns/call | |||||
# spent 8µs within Convert::ASN1::parser::CORE:sort which was called:
# once (8µs+0s) by Convert::ASN1::BEGIN@415 at line 626 | |||||
# spent 127µs within Convert::ASN1::parser::CORE:subst which was called 18 times, avg 7µs/call:
# 18 times (127µs+0s) by Convert::ASN1::parser::yylex at line 870, avg 7µs/call |