Closed Bug 511298 Opened 16 years ago Closed 16 years ago

nanojit: don't print guard conditions twice with TMFLAGS=assembly

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 511329

People

(Reporter: n.nethercote, Assigned: n.nethercote)

Details

Attachments

(1 file)

Attached patch patchSplinter Review
Currently with TMFLAGS=assembly we get output like this on every xt/xf: eq2 = eq ld3, 0 eq2 = eq ld3, 0 xf2: xf eq2 -> pc=0x8cc0991 imacpc=(nil) sp+0 rp+0 This patch avoids the duplication.
Attachment #395202 - Flags: review?(jseward)
This is superseded by bug 511329 -- turns out the extra printing of the guard condition is necessary if you do it after dead code elimination.
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Attachment #395202 - Flags: review?(jseward)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: