Refactor integration with template helpers and ArrayBufferOrView type hierarchy
Categories
(Core :: JavaScript: GC, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: sfink, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(5 files, 1 obsolete file)
Right now, things like WrappedPtrOperations
are using macros and an explicit list of types, but this could be done with templates. (When experimenting with making these types work with Heap<T>
, I encountered this.)
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Updated•3 years ago
|
Comment 8•3 years ago
|
||
Backed out for causing spidermonkey and bp-hybrid build bustages.
Failure log for Linux x64 debug Spidermonkey builds hazard
Failure log for Linux x64 debug Spidermonkey builds spidermonkey-sm-compacting
Failure log for Linux x64 debug Spidermonkey builds spidermonkey-sm-nonunified
Failure log for Linux x64 debug Spidermonkey builds spidermonkey-sm-rootanalysis
Failure log for Linux x64 plain build-linux64-hybrid
Failure log for Windows 2012 x64 debug build-win64-hybrid
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1937d943bc78
https://hg.mozilla.org/mozilla-central/rev/fc845975e3cd
https://hg.mozilla.org/mozilla-central/rev/551bd2292b5c
https://hg.mozilla.org/mozilla-central/rev/c795c0db74aa
https://hg.mozilla.org/mozilla-central/rev/500b9492fa23
Assignee | ||
Updated•3 years ago
|
Description
•