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

[ABI] remove channel validation from image API implementations #505

Open
tonycoz opened this issue Sep 15, 2022 · 0 comments
Open

[ABI] remove channel validation from image API implementations #505

tonycoz opened this issue Sep 15, 2022 · 0 comments
Labels
topic branch implemented in a topic branch

Comments

@tonycoz
Copy link
Owner

tonycoz commented Sep 15, 2022

Still add assertions for validity, but the checks add significant overhead to small requests.

The XS entry points will still do their own validation.

tonycoz added a commit that referenced this issue Mar 18, 2023
For simple calls, such as by i_ppix() etc, these would form a
significant part of the execution time for their call.

Debug builds continue to assert on such errors.

The XS wrappers in Imager.xs now do the channel list validation, so
callers from perl won't be able to produce undefined behaviour.

Fixes #505
tonycoz added a commit that referenced this issue Dec 2, 2023
For simple calls, such as by i_ppix() etc, these would form a
significant part of the execution time for their call.

Debug builds continue to assert on such errors.

The XS wrappers in Imager.xs now do the channel list validation, so
callers from perl won't be able to produce undefined behaviour.

Fixes #505
tonycoz added a commit that referenced this issue Dec 26, 2023
For simple calls, such as by i_ppix() etc, these would form a
significant part of the execution time for their call.

Debug builds continue to assert on such errors.

The XS wrappers in Imager.xs now do the channel list validation, so
callers from perl won't be able to produce undefined behaviour.

Fixes #505
tonycoz added a commit that referenced this issue Mar 24, 2024
For simple calls, such as by i_ppix() etc, these would form a
significant part of the execution time for their call.

Debug builds continue to assert on such errors.

The XS wrappers in Imager.xs now do the channel list validation, so
callers from perl won't be able to produce undefined behaviour.

Fixes #505
tonycoz added a commit that referenced this issue Mar 25, 2024
For simple calls, such as by i_ppix() etc, these would form a
significant part of the execution time for their call.

Debug builds continue to assert on such errors.

The XS wrappers in Imager.xs now do the channel list validation, so
callers from perl won't be able to produce undefined behaviour.

Fixes #505
tonycoz added a commit that referenced this issue Apr 14, 2024
For simple calls, such as by i_ppix() etc, these would form a
significant part of the execution time for their call.

Debug builds continue to assert on such errors.

The XS wrappers in Imager.xs now do the channel list validation, so
callers from perl won't be able to produce undefined behaviour.

Fixes #505
@tonycoz tonycoz added the topic branch implemented in a topic branch label Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic branch implemented in a topic branch
Projects
Development

No branches or pull requests

1 participant