by shigemk2

当面は技術的なことしか書かない

PHP 2021-09-17

  • [2021-09-17 23:58:24 +0900]: JIT: keep register value across call
  • [2021-09-17 22:32:38 +0900]: Try harder to clean up unreachable loop free block
  • [2021-09-17 22:22:06 +0900]: JIT: Fixed warning when assign undefined variable to property
  • [2021-09-17 20:33:04 +0900]: Tracing JIT: Use packed array guards for ASSIGN_DIM_OP and allow to move them out of loops.
  • [2021-09-17 19:23:58 +0900]: JIT: Fixed jump to undefined label
  • [2021-09-17 19:15:09 +0900]: Fix SEND_USER with ref arg
  • [2021-09-17 19:02:44 +0900]: Don't jit FE_RESET_R with undef operand
  • [2021-09-17 18:19:19 +0900]: Add missing scope check for readonly prop initialization
  • [2021-09-17 17:32:57 +0900]: JIT: Removed wrong branch
  • [2021-09-17 17:25:52 +0900]: Fix null pointer ubsan warning
  • [2021-09-17 17:15:35 +0900]: Make it easier to run CLI server tests standalone
  • [2021-09-17 17:11:06 +0900]: Fix file name clashes in phar buildfromiterator tests
  • [2021-09-17 00:01:55 +0900]: Replace SKIPIF with EXTENSIONS