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

Fix/predicate gas consumption #756

Merged
merged 7 commits into from
Sep 26, 2024
Merged

Fix/predicate gas consumption #756

merged 7 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. fix(prolog): implement fine-grained gas metering for predicates

    This update enhances the gas metering mechanism by leveraging VM
    hooks to accurately track gas consumption for both built-in
    predicates and user-defined predicates.
    ccamel committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    239a4e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    897523b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1259b6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58f5ea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eddda67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63f68df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a1aa708 View commit details
    Browse the repository at this point in the history