Closed
Bug 494358
Opened 15 years ago
Closed 15 years ago
nanojit: augment NJ_PAGE_SIZE and MAX_SKIP_BYTES
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 494639
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
NJ_PAGE_SIZE and MAX_SKIP_BYTES are two constants related to the size of a page. Various mistakes have been made with them, eg. bug 494343. The aim of this bug is to augment them with one or more extra constants that make things clearer. NJ_PAGE_DATA_BYTES is a likely candidate, and there may be others that I see when I sit down to do this.
This bug depends on bug 494357 because I want all the units to be in bytes before doing this, as it makes it all much simpler.
Assignee | ||
Comment 1•15 years ago
|
||
This was subsumed by bug 494639.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•