Skip to content

Test Compiling Speed #436

Description

@PurHur

Problem

Full ./script/ci-local.sh (JIT + AOT lint + link) is too slow for tight iteration loops. Contributors need a fast gate that still catches VM/compliance regressions.

Goal (achieved on master)

Mode Command LLVM Typical use
Fast ./script/ci-fast.sh, make test-fast, phpc test --fast skipped daily iteration
Full ./script/ci-local.sh, make test-docker phased aot-lintjitaot-link pre-merge

#501 memory caps apply to both paths via script/ci-common.sh.

Implementation notes

Acceptance criteria

./script/ci-fast.sh
./script/ci-local.sh   # slower; required before merge

Docker:

./script/docker-ci-local.sh        # full
./script/docker-ci-local.sh --fast # if supported, else ci-fast inside container

CI de-duplication

Links

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions