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

Specify processor capabilities at db compile time #72

Open
zcabh-21 opened this issue Mar 13, 2020 · 1 comment
Open

Specify processor capabilities at db compile time #72

zcabh-21 opened this issue Mar 13, 2020 · 1 comment

Comments

@zcabh-21
Copy link

  • Enable the ability to explicitly choose the processor capabilities at db compilation time rather than what it currently does which is to infer processor capabilities from the db compilation host.
  • We can avoid the "compiled for a different platform" warning that causes a runtime performance penalty
  • We can work around the SIGSEGV issue (see: SIGSEGV during scan execution on Scanner class  #71 )
@gliwka
Copy link
Owner

gliwka commented Jan 31, 2021

#71 should be fixed on develop.

Feel free to submit a PR implementing the processor capabilities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants