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

Reduce memory arena contention #8714

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Avoid race on reading alignment in for-loop

308e1fc
Select commit
Loading
Failed to load commit list.
Open

Reduce memory arena contention #8714

Avoid race on reading alignment in for-loop
308e1fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 6, 2025 in 1s

78.33% of diff hit (target 89.64%)

View this Pull Request on Codecov

78.33% of diff hit (target 89.64%)

Annotations

Check warning on line 3920 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3920

Added line #L3920 was not covered by tests

Check warning on line 3934 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3934

Added line #L3934 was not covered by tests

Check warning on line 3999 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L3998-L3999

Added lines #L3998 - L3999 were not covered by tests

Check warning on line 4011 in src/_imaging.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/_imaging.c#L4011

Added line #L4011 was not covered by tests

Check warning on line 376 in src/libImaging/Storage.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libImaging/Storage.c#L376

Added line #L376 was not covered by tests

Check warning on line 382 in src/libImaging/Storage.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libImaging/Storage.c#L382

Added line #L382 was not covered by tests

Check warning on line 608 in src/libImaging/Storage.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/libImaging/Storage.c#L606-L608

Added lines #L606 - L608 were not covered by tests