Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FilterX operator optimization for literals #390

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

MrAnno
Copy link
Member

@MrAnno MrAnno commented Nov 23, 2024

Can be useful when FilterX code is extracted into SCL blocks with parameters, or when the configuration is generated.

For example:

optimized_away_to_literal = `from_scl` && !`from_scl2` ? (`from_scl3`) ?? "ok" : "not " + "ok"

Depends on #387 (CI)

pkgconf is a newer, actively maintained implementation of pkg-config.

Signed-off-by: László Várady <[email protected]>
> If you don’t specify an action for a rule, Bison supplies a default:
> $$ = $1.

Signed-off-by: László Várady <[email protected]>
@MrAnno MrAnno force-pushed the literal-expr-prop-optimization branch from 09493e2 to 7426e9a Compare November 23, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant