Closed Bug 517345 Opened 15 years ago Closed 15 years ago

TM: jitstats architecture information is not populated until a loop is encountered

Categories

(Core :: JavaScript Engine, defect)

x86
macOS
defect
Not set
normal

Tracking

()

VERIFIED FIXED
Tracking Status
status1.9.2 --- beta1-fixed

People

(Reporter: jruderman, Assigned: dmandelin)

References

Details

(Keywords: testcase, verified1.9.2, Whiteboard: fixed-in-tracemonkey)

Attachments

(1 file)

js> jitstats.archIs64BIT
0
js> for(i=0;i<9;++i){}
js> jitstats.archIs64BIT
1

Same thing happens on ARM with archIsARM.

This could interfere with tests that attempt to specialize for an architecture, or skip on known-broken architectures.
Assignee: general → dmandelin
Attached patch PatchSplinter Review
Attachment #401502 - Flags: review?(gal)
Blocks: 517332
Attachment #401502 - Flags: review?(gal) → review+
Pushed to TM as 7e985a173416.
Status: NEW → ASSIGNED
Whiteboard: fixed-in-tracemonkey
http://hg.mozilla.org/mozilla-central/rev/7e985a173416
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
js/src/trace-test/tests/basic/jitstatsArchFlags.js
Flags: in-testsuite+
js/src/trace-test/tests/basic/jitstatsArchFlags.js
v 1.9.3, 1.9.2
Status: RESOLVED → VERIFIED
Keywords: verified1.9.2
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: