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

Better bounds check #33

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

kuszmaul
Copy link
Contributor

To get bounds checking, the current code relies on the boundscheck function getting inlined.

It should be enough to get the getindex (or setindex!) function inlined. So those functions should declare the @boundscheck.

Move the @boundscheck declaration to getindex and setindex!.

Copy link
Member

@NHDaly NHDaly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 this looks much better to me. 👍

Have you checked the RAI microbenchmarks on this?

@kuszmaul kuszmaul merged commit dd10a13 into RelationalAI-oss:main Nov 5, 2024
4 checks passed
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.

2 participants