php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #79742 dump jited codes out to file cache ( opcache )
Submitted: 2020-06-26 09:22 UTC Modified: 2021-07-29 11:13 UTC
Votes:2
Avg. Score:4.0 ± 1.0
Reproduced:2 of 2 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (50.0%)
From: pipasouzi at protonmail dot com Assigned: cmb (profile)
Status: Wont fix Package: opcache
PHP Version: 8.0.0alpha1 OS: All
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
40 + 4 = ?
Subscribe to this entry?

 
 [2020-06-26 09:22 UTC] pipasouzi at protonmail dot com
Description:
------------
Using jit and opcache file cache, we don't get the output of the jited code.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-07-29 11:13 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-07-29 11:13 UTC] cmb@php.net
For efficiency, the JIT compiler/executor requires shared memory.
If you can't enable shared memory caching for whatever reason,
you're likely better off without JIT compilation anyway.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 02:02:52 2024 UTC