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

Improvements: JIT article #41

Open
nawarian opened this issue Aug 30, 2020 · 3 comments
Open

Improvements: JIT article #41

nawarian opened this issue Aug 30, 2020 · 3 comments

Comments

@nawarian
Copy link
Owner

nawarian commented Aug 30, 2020

  • Show Opcode sample
  • Fix 1255 opcode.jit option and notify Benjamin about the issue so he can also fix it in his post
  • Make it clear that language != environment and it is perfectly possible to compile Java or Python for example
  • JavaScript is jitted too, make it clear. People got offended by this omission .-.
@eusonlito
Copy link

The 1255 issue on opcache.jit is about T - JIT trigger doesn't have a 5 value? Thanks for your great article.

@nawarian
Copy link
Owner Author

Later on I found this option wasn't really wrong, is just that it wasn't documented yet. I'm still idle on how to update this article. Will do once I have further info.

Thanks for pinging me :D

@hbgamra
Copy link

hbgamra commented Nov 1, 2023

Java is not an interpreted language but a compiled language ( AOT) Like C and C++.

Thanks for your great article :)

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

3 participants