This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
archived-php-src
Watch
1
Star
0
Fork
0
You've already forked archived-php-src
mirror of
https://github.com/php/php-src.git
synced
2026-03-26 01:02:25 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7e8b3dd542ff71bba7636d5fa30263af4e2bc310
archived-php-src
/
ext
/
opcache
/
jit
History
Nikita Popov
24b1c2447c
JIT: Fix missing free on JMPZ_EX with op1 == res
...
We need to free the operand before we overwrite it with the result.
2019-08-30 14:50:22 +02:00
..
dynasm
…
libudis86
…
vtune
…
Makefile.frag
…
Makefile.frag.w32
…
zend_elf.c
JIT: Reading php binary symbols list on FreeBSD
2019-07-08 12:39:18 +02:00
zend_elf.h
…
zend_jit_disasm_x86.c
Read from original address
2019-07-10 14:13:29 +02:00
zend_jit_gdb.c
…
zend_jit_helpers.c
Implement array access notice in JIT
2019-07-10 12:20:16 +02:00
zend_jit_internal.h
…
zend_jit_oprofile.c
…
zend_jit_perf_dump.c
Remove redundant variable declaration
2019-07-08 12:50:00 +02:00
zend_jit_vm_helpers.c
Fix closure extra args freeing for JIT as well
2019-08-30 10:35:41 +02:00
zend_jit_vtune.c
…
zend_jit_x86.dasc
JIT: Fix missing free on JMPZ_EX with op1 == res
2019-08-30 14:50:22 +02:00
zend_jit_x86.h
…
zend_jit.c
Add jit_bisect_limit
2019-08-30 14:50:22 +02:00
zend_jit.h
…