Skip to content

Perf: elide discarded timezone lists, OB/HTTP/SPL getters, time (#36386) - #36788

Merged
PurHur merged 1 commit into
masterfrom
agent/issue-36386-tz-ob-date-http-autoload-time-elision
Sep 5, 2026
Merged

Perf: elide discarded timezone lists, OB/HTTP/SPL getters, time (#36386)#36788
PurHur merged 1 commit into
masterfrom
agent/issue-36386-tz-ob-date-http-autoload-time-elision

Conversation

@PurHur

@PurHur PurHur commented Sep 5, 2026

Copy link
Copy Markdown
Owner

Summary

Test plan

  • ./script/phpunit.sh --filter 'DiscardedPureCallElisionTest::testDiscardedDateObHttpSplTimeGetterRuntimeInfoElides|DiscardedDateObHttpSplTimeGetterElisionAotTest' → OK (3 tests, 41 assertions)
  • script/differential-sweep.sh --aot --repeat 3 --dir /tmp/diff36386 (case discarded_date_ob_http_spl_time_getter_elision_36386.php) → 1/1 match Zend
  • make dev-verify-fast → OK (aot-smoke 9/9, VM tier-0 15/15)
  • make north-star5-verify-fast → OK (spine 8215/8215)

Closes nothing (epic #36386 stays open); Part of #36386.

Made with Cursor

Skip lowering side-effect-free timezone_*_list, ob_list_handlers,
date_get_last_errors, http_get_last_response_headers, spl_autoload_functions,
time, and zero-arg error_reporting/ignore_user_abort/http_response_code/
headers_sent when the result is unused. Setter/by-ref forms and soft-null
timezone_identifiers_list groups stay live.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant