js::jit::AbortReason and js::gc::AbortReason do no play nice in very-unified builds
Categories
(Core :: JavaScript: GC, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: jonco, Assigned: barun1024)
References
Details
(Keywords: good-first-bug)
Attachments
(1 file, 2 obsolete files)
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Hi, Is this issue available to work on?
From what I understand I need to rename all the gc::AbortReason
to GCAbortReason
.
Comment 5•5 years ago
|
||
Yes, feel free to take a look look at this.
You'll need to make sure you can build spidermonkey and there are instructions here: https://firefox-source-docs.mozilla.org/js/build.html
You will need to be careful of other uses of AbortReason
that refer to a different type than gc::AbortReason
. Most the cases you would likely change are found here https://searchfox.org/mozilla-central/search?q=symbol:T_js%3A%3Agc%3A%3AAbortReason&redirect=false
(In reply to Ted Campbell [:tcampbell] from comment #5)
You'll need to make sure you can build spidermonkey and there are instructions here: https://firefox-source-docs.mozilla.org/js/build.html
Yes I have built it and it works already.
You will need to be careful of other uses of
AbortReason
that refer to a different type thangc::AbortReason
. Most the cases you would likely change are found here https://searchfox.org/mozilla-central/search?q=symbol:T_js%3A%3Agc%3A%3AAbortReason&redirect=false
Thanks. I will get started then.
Updated•5 years ago
|
Assignee | ||
Comment 10•5 years ago
|
||
Thanks tcampbell for guiding me through the bug. Can you link me another bug on which I can work on?
Comment 11•5 years ago
|
||
bugherder |
Description
•