Register() should not create a garbage register, but an invalid register
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Tracking
()
People
(Reporter: lth, Assigned: lukas.bernhard, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(3 files, 3 obsolete files)
Reporter | ||
Comment 1•7 years ago
|
||
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Updated•7 years ago
|
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Reporter | ||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Reporter | ||
Comment 9•7 years ago
|
||
Comment 10•5 years ago
|
||
This good-first-bug hasn't had any activity for 6 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Comment 11•4 years ago
|
||
Hi, I'm Garima, an Outreachy participant, and I'd like to work on this bug :)
Could someone guide me on how the start? From the above comments, I'm still kinda confused about ValueOperand.
Comment 12•4 years ago
|
||
@Garima, are you working on it or should i do it?Since i got the approach to do
Comment 13•4 years ago
|
||
(This has been sorted out in #spidermonkey; setting assignee accordingly)
Comment 14•4 years ago
|
||
Comment 15•4 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 16•4 years ago
|
||
Updated•4 years ago
|
Comment 17•4 years ago
|
||
SM(cgc) job in try run with the above patch hits the following
TEST-UNEXPECTED-FAIL | js/src/jit-test/tests/gc/weakmap-nursery-value.js | /builds/worker/checkouts/gecko/js/src/jit-test/tests/gc/weakmap-nursery-value.js:18:8 Error: Incremental GC already in progress (code 3, args "") [0.2 s]
(for PROCESS-CRASH in the log, it's pre-existing, and I've filed bug 1718819)
:jonco, can you take a look what's going on there?
Comment 18•4 years ago
|
||
the failure seems to be also pre-existing
filed bug 1718823
Comment 19•4 years ago
|
||
Comment 20•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•