Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Functions | |
static WsBool | opt_jumps_to_jumps (WsCompilerPtr compiler) |
static WsBool | opt_jumps_to_next_instruction (WsCompilerPtr compiler) |
static WsBool | opt_dead_code (WsCompilerPtr compiler) |
static WsBool | opt_peephole (WsCompilerPtr compiler) |
static WsBool | opt_conv (WsCompilerPtr compiler) |
void | ws_asm_optimize (WsCompilerPtr compiler) |
|
static |
Definition at line 308 of file wsopt.c.
References WsCompilerRec::asm_head, WsCompilerRec::asm_tail, WsAsmInsRec::next, WsAsmInsRec::prev, WsAsmInsRec::type, WS_ASM_NOT, WS_ASM_P_LABEL, WS_ASM_P_TJUMP, WS_ASM_POP, WS_ASM_SCAND, WS_ASM_SCOR, WS_ASM_TOBOOL, WS_FALSE, ws_info(), and WS_TRUE.
Referenced by ws_asm_optimize().
|
static |
Definition at line 168 of file wsopt.c.
References WsCompilerRec::asm_head, WsCompilerRec::asm_tail, WsAsmInsRec::next, WsAsmInsRec::prev, WsAsmInsRec::type, WS_ASM_P_BRANCH, WS_ASM_P_JUMP, WS_ASM_P_LABEL, WS_ASM_RETURN, WS_ASM_RETURN_ES, WS_FALSE, ws_info(), and WS_TRUE.
Referenced by ws_asm_optimize().
|
static |
Definition at line 81 of file wsopt.c.
References WsCompilerRec::asm_head, WsAsmInsRec::next, WsAsmInsRec::type, WS_ASM_P_BRANCH, WS_ASM_P_JUMP, WS_ASM_P_LABEL, WS_FALSE, ws_info(), and WS_TRUE.
Referenced by ws_asm_optimize().
|
static |
Definition at line 123 of file wsopt.c.
References WsCompilerRec::asm_head, WsCompilerRec::asm_tail, WsAsmInsRec::next, WsAsmInsRec::prev, WsAsmInsRec::type, WS_ASM_P_JUMP, WS_ASM_P_LABEL, WS_FALSE, ws_info(), and WS_TRUE.
Referenced by ws_asm_optimize().
|
static |
Definition at line 210 of file wsopt.c.
References WsCompilerRec::asm_head, WsCompilerRec::asm_tail, WsAsmInsRec::line, WsAsmInsRec::next, WsAsmInsRec::prev, WsAsmInsRec::type, WS_ASM_CONST_0, WS_ASM_CONST_1, WS_ASM_CONST_ES, WS_ASM_CONST_FALSE, WS_ASM_CONST_INVALID, WS_ASM_CONST_M1, WS_ASM_CONST_TRUE, ws_asm_ins(), WS_ASM_P_LOAD_CONST, WS_ASM_P_LOAD_VAR, WS_ASM_POP, WS_ASM_RETURN, WS_ASM_RETURN_ES, WS_FALSE, ws_info(), and WS_TRUE.
Referenced by ws_asm_optimize().
void ws_asm_optimize | ( | WsCompilerPtr | compiler | ) |
Definition at line 362 of file wsopt.c.
References WsCompilerParamsRec::no_opt_conv, WsCompilerParamsRec::no_opt_dead_code, WsCompilerParamsRec::no_opt_jumps_to_jumps, WsCompilerParamsRec::no_opt_jumps_to_next_instruction, WsCompilerParamsRec::no_opt_peephole, opt_conv(), opt_dead_code(), opt_jumps_to_jumps(), opt_jumps_to_next_instruction(), opt_peephole(), WsCompilerRec::params, WS_FALSE, and WS_TRUE.
Referenced by compile_stream().