Closed
Bug 472553
Opened 16 years ago
Closed 16 years ago
Annotations required by jsstack.js analysis
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: graydon, Unassigned)
References
Details
(Keywords: verified1.9.1)
Attachments
(1 file)
1.99 KB,
patch
|
jorendorff
:
review+
sayrer
:
approval1.9.1+
|
Details | Diff | Splinter Review |
The treehydra analysis jsstack.js requires some annotations in the tracemonkey JIT code; from time to time these may be forgotten or lost. This bug is for tracking patches that add them.
Pending patches on this bug should block pushes to m-c (really, a static analysis tinderbox on tm would be better).
Attachment #355835 -
Flags: review?(jorendorff)
Comment 1•16 years ago
|
||
Comment on attachment 355835 [details] [diff] [review]
A few annotations required by the current code
Please also mark these JS_REQUIRES_STACK at their declarations. r=me with that (assuming that doesn't reveal further problems).
(For bonus points, make jsstack.js reject this patch because the declarations and definitions don't agree... :-P)
Attachment #355835 -
Flags: review?(jorendorff) → review+
Reporter | ||
Comment 2•16 years ago
|
||
Patch #1 here committed: http://hg.mozilla.org/tracemonkey/rev/8527a7798a81
Should I close for now and reopen when a new patch appears? Or just leave open indefinitely?
Comment 3•16 years ago
|
||
How about let's resolve this bug and mark future regressions as blocking this.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: in-testsuite-
Flags: in-litmus-
Updated•16 years ago
|
Attachment #355835 -
Flags: approval1.9.1+
Comment 5•16 years ago
|
||
Keywords: fixed1.9.1
Updated•16 years ago
|
Flags: in-testsuite- → in-testsuite+
Comment 6•16 years ago
|
||
verified 1.9.1, 1.9.2 based on green static analysis tinderbox on mozilla-central, tracemonkey.
Status: RESOLVED → VERIFIED
Keywords: fixed1.9.1 → verified1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•