Changeset 179

Show
Ignore:
Timestamp:
05/10/07 14:59:24 (2 years ago)
Author:
zedsh..@zedshaw.com
Message:

Cleaning up some of the stack processing code, but I still hate it all.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • utu-core/build_logs/qualstats.log

    r178 r179  
    3813815742 439 0 0 0 0 0 0 0 
    3823825742 439 0 0 0 0 0 0 0 
     3835748 99 0 0 0 0 0 0 0 
  • utu-core/src/hub/connection.c

    r178 r179  
    139139        if ( p == pe ) 
    140140                goto _out; 
    141 _resume: 
    142141        if (  state->cs == 0 ) 
    143142                goto _out; 
     143_resume: 
    144144        _keys = _ConnectionState_trans_keys + _ConnectionState_key_offsets[ state->cs]; 
    145145        _trans = _ConnectionState_index_offsets[ state->cs]; 
     
    416416 
    417417_again: 
     418        if (  state->cs == 0 ) 
     419                goto _out; 
    418420        if ( ++p != pe ) 
    419421                goto _resume; 
     
    430432 
    431433   
    432 #line 433 "hub/connection.c" 
     434#line 435 "hub/connection.c" 
    433435#line 135 "hub/connection.rl" 
    434436 
  • utu-core/src/hub/hub.c

    r154 r179  
    138138        if ( p == pe ) 
    139139                goto _out; 
    140 _resume: 
    141140        if (  state->cs == 0 ) 
    142141                goto _out; 
     142_resume: 
    143143        _keys = _Hub_trans_keys + _Hub_key_offsets[ state->cs]; 
    144144        _trans = _Hub_index_offsets[ state->cs]; 
     
    275275 
    276276_again: 
     277        if (  state->cs == 0 ) 
     278                goto _out; 
    277279        if ( ++p != pe ) 
    278280                goto _resume; 
     
    291293 
    292294   
    293 #line 294 "hub/hub.c" 
     295#line 296 "hub/hub.c" 
    294296#line 126 "hub/hub.rl" 
    295297 
  • utu-core/src/stackish/stackish.c

    r173 r179  
    219219        if ( p == pe ) 
    220220                goto _out; 
    221 _resume: 
    222221        if ( cs == 0 ) 
    223222                goto _out; 
     223_resume: 
    224224        _keys = _stackish_parser_trans_keys + _stackish_parser_key_offsets[cs]; 
    225225        _trans = _stackish_parser_index_offsets[cs]; 
     
    346346 
    347347_again: 
     348        if ( cs == 0 ) 
     349                goto _out; 
    348350        if ( ++p != pe ) 
    349351                goto _resume; 
     
    354356    { 
    355357     
    356 #line 357 "stackish/stackish.c" 
     358#line 359 "stackish/stackish.c" 
    357359#line 174 "stackish/stackish.rl" 
    358360    });