Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b233c55
Choose a base ref
...
head repository: nielsdos/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9387145
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 16, 2025

  1. Merge JMP_FRAMELESS cache slots in Optimizer/compact_literals

    This avoids repeated lookups in the function table for the same
    function name.
    Although this optimization is observable, i.e. defining a function via
    an include in between 2 JMP_FRAMELESS for the same function, this cannot
    be relied on already as far as I know if the optimizer runs.
    nielsdos committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    f3443a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. split case

    nielsdos committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    9387145 View commit details
    Browse the repository at this point in the history
Loading