Skip to content

Commit bae3c97

Browse files
committed
I just want the benchmarks damnit
1 parent f1ef5e8 commit bae3c97

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Zend/zend.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -797,13 +797,13 @@ static void compiler_globals_dtor(zend_compiler_globals *compiler_globals) /* {{
797797
pefree(compiler_globals->internal_run_time_cache, 1);
798798
compiler_globals->internal_run_time_cache = NULL;
799799
}
800-
HashTable *cache;
801-
ZEND_HASH_FOREACH_PTR(compiler_globals->constraint_cache, cache) {
802-
zend_hash_destroy(cache);
803-
free(cache);
804-
} ZEND_HASH_FOREACH_END();
805-
zend_hash_destroy(compiler_globals->constraint_cache);
806-
free(compiler_globals->constraint_cache);
800+
// HashTable *cache;
801+
// ZEND_HASH_FOREACH_PTR(compiler_globals->constraint_cache, cache) {
802+
// zend_hash_destroy(cache);
803+
// free(cache);
804+
// } ZEND_HASH_FOREACH_END();
805+
// zend_hash_destroy(compiler_globals->constraint_cache);
806+
// free(compiler_globals->constraint_cache);
807807
}
808808
/* }}} */
809809

0 commit comments

Comments
 (0)