Closed
Bug 1137596
Opened 10 years ago
Closed 10 years ago
Wrap around JitcodeCodeTable skip list height instead of always +1
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
INVALID
People
(Reporter: shu, Unassigned)
Details
I didn't think of this during review. We would like the most likely height to be 1, but since generateTowerHeight always adds 1 to the height, the most likely height right now is 2.
We should wrap around 0 instead.
| Reporter | ||
Comment 1•10 years ago
|
||
Wait, I can't read. The current code is fine!
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•