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

Fix: hardcoded JIT code buffer size #98

Merged
merged 1 commit into from
Jul 9, 2019
Merged

Fix: hardcoded JIT code buffer size #98

merged 1 commit into from
Jul 9, 2019

Conversation

tevador
Copy link
Owner

@tevador tevador commented Jul 3, 2019

  • code buffer size is calculated based on RandomX parameters
  • added a maximum value constraint for program size and superscalar latency
  • reduced the x86 code size of memory instructions by 1 byte
  • disclaimer note in configuration documentation

* code buffer size is calculated based on RandomX parameters
* added a maximum value constraint for program size and superscalar latency
* reduced the x86 code size of memory instructions by 1 byte
* disclaimer note in configuration documentation
@tevador tevador merged commit c433f6d into master Jul 9, 2019
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