Next: , Previous: , Up: Functions   [Index]


3.22.3.11 x1f4_line_expression

extern int x1f4_line_expression
    (void *expression);

The x1f4_line_expression function performs various expression optimizations on expression. It leaves out some available optimizations, including the ones significantly increasing code size.

See Optimizing Expressions.

It returns 0 for success, non zero otherwise.

If the function fails for whatever reason the expression parsed representation is still valid, hence ignoring the result is safe. Nonetheless, the expression parsed representation may be changed by the x1f4_line_expression execution, even when function fails to complete successfully.

The expresion evaluation stack memory requirements may be changed as a result of expression optimizations, though the new requirements should always be smaller than the former ones.

See Managing Stacks.

See x1f4_rule_expression.