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 crash in the AWS grinder #3464

Closed
yorickpeterse opened this issue Jul 17, 2015 · 1 comment
Closed

JIT crash in the AWS grinder #3464

yorickpeterse opened this issue Jul 17, 2015 · 1 comment

Comments

@yorickpeterse
Copy link
Contributor

Another crash I experienced when running the script from #3461: https://gist.github.com/YorickPeterse/2d485203986dc227ccf2

This appears to be a JIT crash, though I'm not sure if the origin of the crash is in the JIT or if that is simply a byproduct of something else breaking first.

@brixen
Copy link
Member

brixen commented Jan 4, 2020

The Rubinius JIT is being rewritten from the ground up. To support this effort, the focus for Rubinius in the near term is on the following capabilities:

  1. Instruction set
  2. Debugger
  3. Profiler
  4. Just-in-time compiler infrastructure
  5. Concurrency
  6. Garbage collector

Contributions in the form of PRs for any of the areas of focus above are appreciated. Once those core capabilities are more robust, it will be possible to work extensively on making the JIT extremely good.

@brixen brixen closed this as completed Jan 4, 2020
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