FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Reduce code bloat in arginfo by using specialised string releases by ndossche · Pull Request #20016 · php/php-src · GitHub

/ php-src Public

Reduce code bloat in arginfo by using specialised string releases - #20016

Merged
ndossche merged 3 commits into
php:masterfrom
ndossche:arginfo-code-bloat
Oct 2, 2025
Merged

Reduce code bloat in arginfo by using specialised string releases#20016
ndossche merged 3 commits into
php:masterfrom
ndossche:arginfo-code-bloat

Conversation

Copy link
Copy Markdown
Member

Comparing this patch to master (c7da728), with a plain configure command without any options:

   text	   data	    bss	    dec	    hex	filename
20683738	1592400	 137712	22413850	156021a	sapi/cli/php
20688522	1592400	 137712	22418634	15614ca	sapi/cli/php_old

We see a minor reduction of 0.023% in code size.

Comparing this patch to master (c7da728),
with a plain configure command without any options:

```
   text	   data	    bss	    dec	    hex	filename
20683738	1592400	 137712	22413850	156021a	sapi/cli/php
20688522	1592400	 137712	22418634	15614ca	sapi/cli/php_old
```

We see a minor reduction of 0.023% in code size.
TimWolla removed their request for review October 1, 2025 09:05
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL