Closed Bug 454027 Opened 16 years ago Closed 16 years ago

TM: Inner trees with a return don't terminate the loop (like break does).

Categories

(Core :: JavaScript Engine, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla1.9.1b1

People

(Reporter: gal, Assigned: brendan)

Details

Attachments

(2 files)

      No description provided.
Attached patch fixSplinter Review
This plus my other fixes gets v8/raytrace.js down to 10 aborts, all

Abort recording (line 3198, pc 136): Inner tree not suitable for calling.

/be
Assignee: general → brendan
Attachment #337397 - Flags: review?(gal)
Severity: normal → major
Status: NEW → ASSIGNED
OS: Mac OS X → All
Priority: -- → P1
Hardware: PC → All
Target Milestone: --- → mozilla1.9.1b1
Comment on attachment 337397 [details] [diff] [review]
fix

Is there a way to check that the return is within the loop? Otherwise we might follow a loop over the not-taken loop edge (we happen to record the loop end case), and then suck in the return after the loop. Not sure this is a problem though. We will see.
Attachment #337397 - Flags: review?(gal) → review+
Fixed on m-c:

http://hg.mozilla.org/mozilla-central/rev/dcb86d40fc58

/be
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Flags: in-testsuite-
Flags: in-litmus-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: