Closed Bug 1827810 Opened 1 year ago Closed 10 months 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: 1827918
Depends on: 1829896
Depends on: 1830298
Depends on: 1832850
Depends on: 1831072
Depends on: 1834537
Depends on: 1834993
Depends on: 1835867
Depends on: 1836085
Depends on: 1838629

This work is complete now bug 1838629 has landed.

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