Closed
Bug 438665
Opened 16 years ago
Closed 16 years ago
TT: restricting cache growth causes sunspider tests to fail
Categories
(Tamarin Graveyard :: Tracing Virtual Machine, defect)
Tamarin Graveyard
Tracing Virtual Machine
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rreitmai, Assigned: rreitmai)
Details
Attachments
(1 file)
7.62 KB,
patch
|
stejohns
:
review+
|
Details | Diff | Splinter Review |
set NJ_UNLIMITED_GROWTH to false and NJ_LOG2_CACHE_SIZE to something less than 20 (less than a 1MB) and s3d-cube.abc (and others) fail.
Running with -interp works fine.
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → rreitmai
Assignee | ||
Comment 1•16 years ago
|
||
This fix allows LIR instructions to be generated in the face of an out of memory situation. A single check is performed within pre_trace() to abort via eot() if the condition occurs otherwise LIR instructions will be created; either successfully or overwriting previous ones.
Attachment #324701 -
Flags: review?(edwsmith)
Assignee | ||
Updated•16 years ago
|
Attachment #324701 -
Flags: review?(edwsmith) → review?(stejohns)
Updated•16 years ago
|
Attachment #324701 -
Flags: review?(stejohns) → review+
Assignee | ||
Comment 2•16 years ago
|
||
pushed change
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•