Closed
Bug 1498470
Opened 7 years ago
Closed 7 years ago
Wasm Baseline compiler: reduce stackmap copying in BaseCompile::createStackMaps
Categories
(Core :: JavaScript: WebAssembly, enhancement)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
DUPLICATE
of bug 1508550
People
(Reporter: jseward, Unassigned)
References
Details
BaseCompile::createStackMaps is implemented simply, but can probably be
improved without too much effort, so as to reduce the amount of copying
needed during construction of stack maps.
Relatedly, also profile the whole baseline compiler with DHAT with a
large workload, to find any inefficient uses of malloc'd memory.
| Reporter | ||
Comment 1•7 years ago
|
||
Also with Massif, since we're deep in memory-reduction mode again.
| Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•