Closed
Bug 461076
Opened 16 years ago
Closed 16 years ago
TM: Re-use side exit if we already have one for that PC location and the same type map.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gal, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
6.21 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•16 years ago
|
||
Attachment #344219 -
Attachment is obsolete: true
Comment on attachment 344392 [details] [diff] [review]
v2, ilooping
>+ if (exits[n]->ip_adj == ip_adj && !memcmp(getTypeMap(exits[n]), typemap, typemap_size)) {
need to also check: exits[n]->exitType == exitType && exitType == LOOP_EXIT
Attachment #344392 -
Flags: review+
Reporter | ||
Comment 3•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 4•16 years ago
|
||
the change to testNestedExitStackOuter.jitstats was made in js1_8_1/trace/trace-test.js but has subsequently been modified several times. minusing as a test for now.
Flags: in-testsuite-
Flags: in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•