by shigemk2

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

PHP 2021-09-22

  • [2021-09-22 22:53:48 +0900]: Fix ASSIGN_STATIC_PROP_REF type inference
  • [2021-09-22 22:37:48 +0900]: JIT: Fixed memory leak when opperand of ADD IS_VAR and IS_REFERENCE
  • [2021-09-22 22:30:46 +0900]: Fix JIT typed property inc/dec
  • [2021-09-22 22:00:29 +0900]: Make IntlCalendar::roll() return type tentative
  • [2021-09-22 21:30:30 +0900]: Fixed type inference
  • [2021-09-22 20:52:25 +0900]: JIT: Fixed JIT for FETCH_OBJ when op1 is a reference of non-object
  • [2021-09-22 20:08:31 +0900]: Tracing JIT: Record information about types of defined object properties and use it to optimize code for ASSIGN_OBJ_OP, PRE/POST_INC/DEC_OBJ and FETCH_OBJ_R/IS
  • [2021-09-22 19:58:20 +0900]: Disable chdir in execute fuzzers
  • [2021-09-22 19:48:52 +0900]: Disable custom execute_ex during function JIT fuzzing as well
  • [2021-09-22 18:05:17 +0900]: Generate function-jit corpus in generate_all.php
  • [2021-09-22 17:58:25 +0900]: Make sure dummy file for fuzzing exists
  • [2021-09-22 08:05:05 +0900]: Tracing JIT: Fixed FETCH_DIM_R with packed array and negative key
  • [2021-09-22 06:43:56 +0900]: Tracing JIT: Fixed bug in register allocator.
  • [2021-09-22 00:01:05 +0900]: Fix range() return type inference for undef operand