Open Bug 988588 Opened 10 years ago Updated 2 years ago

Share per-runtime JIT stubs across runtimes

Categories

(Core :: JavaScript Engine: JIT, defect, P5)

defect

Tracking

()

People

(Reporter: jandem, Unassigned)

References

Details

As soon as we JIT compile a script, we create a JitRuntime and generate some shared JIT stubs. With some work we should be able to share (most of) them, or make them per-process.

This should save some memory per runtime (~50K on x86 IIRC). (A bit hard to say though because JIT code is stored in 64K pools.)
Blocks: 941783
Priority: -- → P5
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.