• Monty's avatar
    Speed and code space optimziation: · a6c80143
    Monty authored
    - Cache variables.lc_messages->errmsgs->errmsgs in variables.errmsgs
    
    This gives us 15 byte less code space and 2 memory references for any access to language dependent message,
    of which there are 500 in the server..
    a6c80143
sys_vars.cc 199 KB