Closed Bug 712523 Opened 12 years ago Closed 12 years ago

IonMonkey: Fix getFrameInfo. (rounding error on Int)

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: nbp, Assigned: nbp)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

The current implementation is subject to rounding error and may be stuck in an infinite loop looking always at the same element.

One option is to always reduce the search space by removing the last guess from the search space.
Attached patch Fix.Splinter Review
Assignee: general → nicolas.b.pierron
Status: NEW → ASSIGNED
Attachment #583705 - Flags: review?(dvander)
Comment on attachment 583705 [details] [diff] [review]
Fix.

Thanks, appears to fix my testcase.
Attachment #583705 - Flags: review?(dvander) → review+
https://hg.mozilla.org/projects/ionmonkey/rev/860845757cc8
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.