• unknown's avatar
    WL#2001: Optimize stored procedure code. · 58fa46dd
    unknown authored
    Added a simple optimizer that shortcuts jumps and skip unused instructions.
    
    
    sql/sp.cc:
      Optimize the code after parsing.
    sql/sp_head.cc:
      Added a simple optimizer that shortcuts jumps and skip unused instructions.
    sql/sp_head.h:
      Added a simple optimizer that shortcuts jumps and skip unused instructions.
    58fa46dd
sp_head.h 15.3 KB