Closed Bug 1827810 Opened 1 year ago Closed 1 year ago

See if we can optimize the C++ nursery allocation path

Categories

(Core :: JavaScript: GC, task)

task

Tracking

()

RESOLVED FIXED

People

(Reporter: jandem, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [sp3])

The code we emit in the JITs to allocate objects and strings in the nursery is probably faster than what we do now in C++. It might be possible to carve out a faster C++ code path for the common case that can be fully inlined. This code is hot enough that it's worth trying.

NI jonco because we talked about this a bit, and this is potentially important for Speedometer.

Flags: needinfo?(jcoppeard)
Depends on: 1831072

This work is complete now bug 1838629 has landed.

Status: NEW → RESOLVED
Closed: 1 year ago
Flags: needinfo?(jcoppeard)
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.