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

[8.1.0] Reduce retained memory of UnresolvedSymlinkAction #24873

Merged
merged 2 commits into from
Jan 20, 2025

Conversation

bazel-io
Copy link
Member

@bazel-io bazel-io commented Jan 9, 2025

The required conversion to PathFragment can be performed during execution, which avoids retaining a new PathFragment instance per action.

Closes #24831.

PiperOrigin-RevId: 713577830
Change-Id: I2781ea979a3c97abf5a519acd5d3d6a668dd1f77

Commit 293be8a

The required conversion to `PathFragment` can be performed during execution, which avoids retaining a new `PathFragment` instance per action.

Closes bazelbuild#24831.

PiperOrigin-RevId: 713577830
Change-Id: I2781ea979a3c97abf5a519acd5d3d6a668dd1f77
@bazel-io bazel-io requested a review from a team as a code owner January 9, 2025 09:15
@bazel-io bazel-io added team-Configurability platforms, toolchains, cquery, select(), config transitions awaiting-review PR is awaiting review from an assigned reviewer labels Jan 9, 2025
@bazel-io bazel-io requested a review from tjgq January 9, 2025 09:15
@iancha1992 iancha1992 deleted the branch bazelbuild:release-8.1.0 January 14, 2025 16:32
@iancha1992 iancha1992 closed this Jan 14, 2025
@iancha1992 iancha1992 reopened this Jan 18, 2025
@iancha1992 iancha1992 enabled auto-merge (squash) January 18, 2025 22:58
@meteorcloudy meteorcloudy disabled auto-merge January 20, 2025 15:06
@meteorcloudy meteorcloudy added this pull request to the merge queue Jan 20, 2025
Merged via the queue into bazelbuild:release-8.1.0 with commit b1bd09c Jan 20, 2025
45 checks passed
@github-actions github-actions bot removed the awaiting-review PR is awaiting review from an assigned reviewer label Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team-Configurability platforms, toolchains, cquery, select(), config transitions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants