Closed
Bug 535340
Opened 16 years ago
Closed 2 years ago
API to configure JIT cache
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: dougt, Unassigned)
Details
On difference devices we will need to configure the amount of memory available for use by the JIT cache.
| Reporter | ||
Comment 1•16 years ago
|
||
it sounds like there is also the heap size that we pass when creating a new runtime that we can also reduce. It is suppose to only hold the headers of the objects.
| Reporter | ||
Comment 2•16 years ago
|
||
another approach to being able to set max limits would be having an API that allows us to force JS to flush caches.
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•