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

JIT packed wrapper should use loops for arrays #1192

Open
grebe opened this issue Nov 15, 2023 · 1 comment
Open

JIT packed wrapper should use loops for arrays #1192

grebe opened this issue Nov 15, 2023 · 1 comment
Assignees

Comments

@grebe
Copy link
Collaborator

grebe commented Nov 15, 2023

Currently, the packed wrapper generates loads/stores for each array element, which for large arrays can cause LLVM to fall down. Packing/unpacking arrays should use loops.

@grebe grebe self-assigned this Nov 15, 2023
copybara-service bot pushed a commit that referenced this issue Nov 15, 2023
See #1192.

PiperOrigin-RevId: 582791972
copybara-service bot pushed a commit that referenced this issue Sep 12, 2024
Issues

  * #1192
  * #1200
  * #1201
  * #1240
  * #1511

PiperOrigin-RevId: 674032943
@hzeller
Copy link
Member

hzeller commented Sep 12, 2024

The crasher is not failing anymore.

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

No branches or pull requests

2 participants