VM: CLI opcache file cache for bin/vm.php bootstrap (#36206) - #36319
Merged
Conversation
…36206) Default-on opcache.enable_cli with git-SHA-keyed build/opcache-* file cache speeds repeated bin/vm.php boots during compliance runs. Opt out via PHP_COMPILER_OPCACHE_CLI=0 when iterating on the same commit. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Partial #36206 step 1 — enable Zend OPcache for CLI invocations:
script/php-env.sh: default-onopcache.enable_cli=1+ git-SHA-keyedbuild/opcache-<sha>/file cache (validate_timestamps=0). Opt out:PHP_COMPILER_OPCACHE_CLI=0.test/BaseTest.php: compliance VM subprocesses get the same flags viaphpCommand()so VMTest shards benefit without manual-dflags..gitignore:build/opcache-*Lazy builtin registration / harness
--batchmode remain follow-up.Verify
Not run: full serial VMTest, 24-shard compliance baseline diff,
north-star5-verify-fast.Closes #36206 (step 1 only — hello ≤0.25s target needs lazy builtin registration follow-up).
Made with Cursor