Dmitry Stogov
|
a524a375d9
|
Improved class type hints checks, by caching resolved class entries in run-time cache.
|
2015-06-17 12:07:43 +03:00 |
|
Bob Weinand
|
7c2a0157c7
|
Cache the class_name typehint key in arg_info
This leads to up to 2% improvement on one tested real world application by not having to always recalculate the lowercased string and its hash
|
2015-06-12 17:26:53 +02:00 |
|
Dmitry Stogov
|
cf6ac5c665
|
Fixed SHM+FILE cache with opcache.protect_memory=1
|
2015-05-20 23:33:55 +03:00 |
|
Dmitry Stogov
|
d72a94468e
|
Merged FE_FETCH_R[W] with the following ASSIGN[_REF] when assigne to CV.
|
2015-05-13 12:55:42 +03:00 |
|
Dmitry Stogov
|
06ef3aa6b0
|
Fixed string handling (string cached in SHM marked as permanent, strings stored in CG(arena) as not)
Fixed anonymous class support
|
2015-05-12 13:45:52 +03:00 |
|
Dmitry Stogov
|
9e9170bd07
|
Strings and other pointers should be handled differently
|
2015-05-07 11:36:01 +03:00 |
|
Dmitry Stogov
|
3abde43231
|
Added experimental (disabled by default) file based opcode cache.
|
2015-05-06 23:46:49 +03:00 |
|