Closed
Bug 520210
Opened 16 years ago
Closed 16 years ago
js_PopInterpFrame breaks arena LIFO invariant
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Unassigned)
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file, 1 obsolete file)
|
1.36 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #404285 -
Flags: review?(brendan)
Comment 1•16 years ago
|
||
See my review comments at bug 459301 comment 44.
/be
| Reporter | ||
Comment 2•16 years ago
|
||
Attachment #404301 -
Flags: review?(brendan)
| Reporter | ||
Updated•16 years ago
|
Attachment #404285 -
Attachment is obsolete: true
Attachment #404285 -
Flags: review?(brendan)
Comment 3•16 years ago
|
||
Comment on attachment 404301 [details] [diff] [review]
v2
>+++ b/js/src/jstracer.h
>@@ -731,7 +731,7 @@ struct InterpState
> double* deepBailSp;
>
>
>- // Used when calling natives from trace to root the vp vector. */
>+ // Used when calling natives from trace to root the vp vector.
> uintN nativeVpLen;
> jsval *nativeVp;
> };
This will conflict with Andreas, but it's a good fix. Bonus point for removing one of the two blank lines before the comment.
/be
Attachment #404301 -
Flags: review?(brendan) → review+
| Reporter | ||
Comment 4•16 years ago
|
||
http://hg.mozilla.org/tracemonkey/rev/8954a8abbeb4
Forgot to remove extra blank line before qfin - no bonus points.
Whiteboard: fixed-in-tracemonkey
Comment 5•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•