Skip to content

Comments

Improve runtime call-path performance ahead of 1.0#60

Merged
mgomes merged 26 commits intomasterfrom
mgomes/perf-v1-1-0
Feb 23, 2026
Merged

Improve runtime call-path performance ahead of 1.0#60
mgomes merged 26 commits intomasterfrom
mgomes/perf-v1-1-0

Conversation

@mgomes
Copy link
Owner

@mgomes mgomes commented Feb 21, 2026

Why

We want lower runtime overhead and tighter allocation behavior in hot call paths before the 1.0 release.

What this changes

  • Speeds up class/instance method dispatch in call-heavy loops.
  • Reduces memory-check overhead during call evaluation.
  • Cuts repeated capability-contract traversal work and caches scope builtins safely.
  • Preserves contract-boundary correctness while reducing churn.

Validation

  • go test ./...
  • ./scripts/bench_smoke_check.sh
  • Targeted benchmarks for method dispatch, capability loops, and short calls all improved over baseline.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d43d685f0c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eca7599632

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

1 similar comment
@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex address that feedback

@chatgpt-codex-connector
Copy link

To use Codex here, create an environment for this repo.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6cb766f31e

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

1 similar comment
@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex address that feedback

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d17311607c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@chatgpt-codex-connector
Copy link

To use Codex here, create an environment for this repo.

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4be0524c14

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 15a01036b7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes
Copy link
Owner Author

mgomes commented Feb 22, 2026

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Nice work!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@mgomes mgomes merged commit 45945ac into master Feb 23, 2026
5 checks passed
@mgomes mgomes deleted the mgomes/perf-v1-1-0 branch February 23, 2026 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant