Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing dependencies and extra info to optimizer step docs #15054

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Commits on May 16, 2024

  1. Optimizer docs: add missing prerequisites, missing bits of extra info…

    … from step docstrings and remove outdated remarks about steps being EVM-specific
    cameel committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b33818d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a109ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb9e8e View commit details
    Browse the repository at this point in the history
  4. Optimizer docs: Add missing info about steps that destroy the SSA and…

    … expression-split forms
    cameel committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8539455 View commit details
    Browse the repository at this point in the history
  5. Optimizer docs: Remove detailed info about hard prerequisites for eac…

    …h step
    
    - From user's perspective it's more useful to assume that all other steps implicitly depend on these prerequisites.
    - For development the info is still available in docstrings of steps.
    cameel committed May 16, 2024
    Configuration menu
    Copy the full SHA
    02950c9 View commit details
    Browse the repository at this point in the history