1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
archived-php-src/ext/reflection/tests
Dmitry Stogov f2df6a4a3e - Improved memory usage
. zend_function.pass_rest_by_reference is replaced by
    ZEND_ACC_PASS_REST_BY_REFERENCE in zend_function.fn_flags
  . zend_function.return_reference is replaced by ZEND_ACC_RETURN_REFERENCE
    in zend_function.fn_flags
  . zend_arg_info.required_num_args removed. it was needed only for internal
    functions. Now the first arg_info for internal function (which has special
    meaning) is represented by zend_internal_function_info structure.
  . zend_op_array.size, size_var, size_literal, current_brk_cont,
    backpatch_count moved into CG(context), because they are used only during
    compilation.
  . zend_op_array.start_op is moved into EG(start_op), because it's used
    only for 'interactive' execution of single top-level op-array.
  . zend_op_array.done_pass_two is replaced by ZEND_ACC_DONE_PASS_TWO in
    zend_op_array.fn_flags.
  . op_array.vars array is trimmed (reallocated) during pass_two.
  . zend_class_entry.constants_updated is replaced by
     ZEND_ACC_CONSTANTS_UPDATED in zend_class_entry.ce_flags
  . the size of zend_class_entry is reduced by sharing the same memory space
    by different information for internal and user classes.
    See zend_class_inttry.info union.
2010-09-15 07:38:52 +00:00
..
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-05-24 13:34:22 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-08-11 14:00:02 +00:00
2008-05-24 13:34:22 +00:00
MFH
2007-07-11 22:06:54 +00:00
MFH
2008-02-15 09:35:53 +00:00
2009-06-29 07:45:11 +00:00
2009-06-29 07:45:11 +00:00
2009-08-26 17:17:58 +00:00
2004-09-29 08:55:45 +00:00
2008-08-18 19:49:33 +00:00
2009-01-07 22:40:17 +00:00
2009-01-07 22:40:17 +00:00
2009-01-07 22:40:17 +00:00
2009-01-07 22:40:17 +00:00
2010-06-03 00:13:27 +00:00
2009-01-07 22:40:17 +00:00
2010-03-06 23:58:35 +00:00
2009-01-07 22:40:17 +00:00
2010-05-29 21:55:19 +00:00
2010-05-30 01:00:45 +00:00
2010-05-30 01:00:45 +00:00