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

Remove base from index functions #2083

Merged
merged 9 commits into from Jan 13, 2024
Merged

Remove base from index functions #2083

merged 9 commits into from Jan 13, 2024

Conversation

athas
Copy link
Member

@athas athas commented Jan 12, 2024

With this PR, index functions are now just LMADs, with no extra information.

This results in an overall reduction of copies.

However, some of those copies turn out to be load-bearing, so we need
fixes elsewhere, in particular memory expansion.

My hope is that this will lead to the memory handling being simpler
and more intentionally (instead of accidentally) correct.

Not quite working yet; having those bases forced us to insert
load-bearing copies that avoided cases that memory expansion is unable
to cope with.
@athas athas added the run-benchmarks Makes GA run the benchmark suite. label Jan 12, 2024
@athas athas marked this pull request as draft January 12, 2024 13:29
@athas athas marked this pull request as ready for review January 12, 2024 23:41
@athas athas merged commit 7a2fa92 into master Jan 13, 2024
24 checks passed
@athas athas deleted the no-ixfun-base branch January 13, 2024 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-benchmarks Makes GA run the benchmark suite.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant