Open Bug 1814813 Opened 2 years ago Updated 11 months ago

Don't run background sweep and background free concurrently

Categories

(Core :: JavaScript: GC, enhancement, P1)

enhancement

Tracking

()

ASSIGNED

People

(Reporter: pbone, Assigned: pbone)

References

(Depends on 1 open bug, Blocks 1 open bug)

Details

(Keywords: perf, Whiteboard: [sp3])

Attachments

(1 file)

Background sweep and background free contend for the same jemalloc locks. They shouldn't run concurrently.

This should reduce lock contention on the jemalloc locks but it also makes
it easier to manage jemalloc state in the next patch.

Depends on: 1820686
Whiteboard: [sp3]

I happened to notice this in [sp3] bug list. Does the patch improve performance or should this bug be closed as wontfix?

Flags: needinfo?(pbone)

I don't remember if it changed performance. I do remember that it also helps one of the other bugs that had a better chance of improving performance. Leave it open, I'll get back to it but if you want remove the [sp3].

Flags: needinfo?(pbone)
See Also: → 1861991
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: