summaryrefslogtreecommitdiff
path: root/Zend/zend_gc.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* EXTERN_C wrapping for GC buffer APIstwosee2020-12-101-2/+2
* Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-151-3/+2
* Fix warning of strict-prototypestwosee2020-06-071-1/+1
* Fix other typos in param name/code commentsTyson Andre2020-05-011-1/+1
* Add helper APIs for get_gc implementationsNikita Popov2020-04-271-0/+39
* Set expectation to reduce hot code fragmentationDmitry Stogov2019-07-101-1/+1
* Reduce cost for references to strings and resourcesDmitry Stogov2019-07-101-1/+1
* Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-0/+4
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Added num_roots to gc_statusXinchen Hui2018-06-131-0/+1
* Removed "gc_" prefix.Dmitry Stogov2018-06-131-2/+2
* Allow access to some garbage collection internals (Benjamin Eberlei)Dmitry Stogov2018-06-131-0/+9
* GC API cleanupDmitry Stogov2018-03-021-4/+12
* Simplify GC_FLAGS cand CG_INFO checksDmitry Stogov2018-02-281-1/+1
* Use macros to update specific parts of GC_TYPE_INFO() (direct assignments to ...Dmitry Stogov2018-02-281-1/+1
* Completely hide GC implementation details into zend_gc.cDmitry Stogov2018-02-271-98/+3
* year++Xinchen Hui2018-01-021-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Merge branch 'PHP-7.1'Xinchen Hui2017-02-131-0/+13
|\
| * Fixed bug #73989 (PHP 7.1 Segfaults within Symfony test suite)Xinchen Hui2017-02-131-0/+13
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | Turn IS_TYPE_COLLECTABLE zval flag into GC_COLLECTABLE zend_refcounted flag.Dmitry Stogov2016-10-211-7/+16
|/
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Add support for more debug output during CCNikita Popov2015-04-111-19/+6
* Use fastcall calling convention for most critical ZE subsystems.Dmitry Stogov2015-03-131-2/+2
* Make gc_collect_cycles hookable.Adam Harvey2015-01-231-1/+5
* Revert "Fixed ASSERTION"Dmitry Stogov2015-01-231-1/+1
* Fixed ASSERTIONXinchen Hui2015-01-231-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
* using pointer to the tsrm ls cache instead of a function callAnatol Belski2014-10-011-1/+1
* reworked the patch, less new stuff but workyAnatol Belski2014-09-251-1/+1
* native tls initial patchkrakjoe2014-09-201-1/+1
* Finally!!! Fixed segfault in GCXinchen Hui2014-09-131-0/+1
* master renames phase 2Anatol Belski2014-08-251-9/+9
* Fixed GC for inner-loops (ext/standard/tests/array/compact_variation1.phpt).Dmitry Stogov2014-08-071-2/+3
* Various VM optimizationsDmitry Stogov2014-04-041-2/+1
* Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-3/+3
* Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* Fixed GCDmitry Stogov2014-03-201-1/+1
* Refactored GC (incomplete)Dmitry Stogov2014-03-191-28/+20
* Fixed segfault in Zend/tests/008.phptXinchen Hui2014-02-201-0/+6
* Use better data structures (incomplete)Dmitry Stogov2014-02-101-115/+28
* Bump yearXinchen Hui2014-01-031-1/+1
* Fix spelling and correct typo.Carson McDonald2013-06-101-2/+2