Maria Matejka
|
7f0ac73724
|
Filter refactoring: Changed arguments from separate unions to an array
|
2019-02-20 22:30:54 +01:00 |
|
Maria Matejka
|
224b77d4f7
|
Filter refactoring: Converted condition to three-args instruction
|
2019-02-20 22:30:54 +01:00 |
|
Maria Matejka
|
8e8b1fe48c
|
Filter refactoring: Some instructions eat up excessively much space.
|
2019-02-20 22:30:54 +01:00 |
|
Maria Matejka
|
c577493908
|
Filter refactoring: Expanded the short instructions with common code.
This will make the further changes more straightforward.
|
2019-02-20 22:30:54 +01:00 |
|
Jan Maria Matejka
|
fc8df41ec6
|
Filter refactoring: The values are now saved on a custom stack.
This shall help with performance.
|
2019-02-20 22:30:54 +01:00 |
|
Jan Maria Matejka
|
7afa143886
|
Filter refactoring: Passing the resulting struct f_val as a pointer.
This also drops the multiplexing of errors with the f_val itself
together with the T_RETURN f_val type flag.
|
2019-02-20 22:30:54 +01:00 |
|
Jan Maria Matejka
|
f62a369fb4
|
Filter refactoring: Moved filter instruction definition to a separate file
|
2019-02-20 22:30:54 +01:00 |
|