Closed Bug 768626 Opened 12 years ago Closed 12 years ago

Add missing PropertyId rooting methods

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla16

People

(Reporter: terrence, Assigned: terrence)

Details

(Whiteboard: [js:t])

Attachments

(2 files)

Attached patch v0Splinter Review
These are needed for the rooting analysis and for exact stack rooting.
Attachment #636854 - Flags: review?(jwalden+bmo)
Attachment #636854 - Flags: review?(jwalden+bmo) → review+
https://hg.mozilla.org/mozilla-central/rev/57127eda3007
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
gcc disagrees:

js/src/jsgc.cpp: In function ‘void js::MarkExactStackRoots(JSTracer*)’:
js/src/jsgc.cpp:883:100: error: cannot convert ‘jsid’ to ‘jsid*’ for argument ‘2’ to ‘void js::gc::MarkIdRoot(JSTracer*, jsid*, const char*)’
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment on attachment 638422 [details] [diff] [review]
Followup to fix PropertyId exact root marking

Review of attachment 638422 [details] [diff] [review]:
-----------------------------------------------------------------

Sorry about the bustage.  I put the equivalent to this patch in my tree last night, but didn't have internet today to upload it.
Attachment #638422 - Flags: review?(jwalden+bmo) → review+
Whiteboard: [js:t]
https://hg.mozilla.org/mozilla-central/rev/1e6e5607105d
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: