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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pipasouzi at protonmail dot com
New email:
PHP Version: OS:

 

 [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: Sat Mar 30 09:01:28 2024 UTC