Remove some unused functions in js/src/jit
Categories
(Core :: JavaScript Engine: JIT, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox88 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(19 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D107434
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D107436
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D107437
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D107438
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D107439
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D107440
| Assignee | ||
Comment 8•5 years ago
|
||
Depends on D107442
| Assignee | ||
Comment 9•5 years ago
|
||
Depends on D107443
| Assignee | ||
Comment 10•5 years ago
|
||
Depends on D107444
| Assignee | ||
Comment 11•5 years ago
|
||
Depends on D107445
| Assignee | ||
Comment 12•5 years ago
|
||
Depends on D107446
| Assignee | ||
Comment 13•5 years ago
|
||
Depends on D107447
| Assignee | ||
Comment 14•5 years ago
|
||
Depends on D107448
| Assignee | ||
Comment 15•5 years ago
|
||
Depends on D107449
| Assignee | ||
Comment 16•5 years ago
|
||
Depends on D107450
| Assignee | ||
Comment 17•5 years ago
|
||
Depends on D107451
| Assignee | ||
Comment 18•5 years ago
|
||
Depends on D107452
| Assignee | ||
Comment 19•5 years ago
|
||
Is{Shared}ArrayBufferObject() will crash when the allocation failed. Add
CHECK(buffer) to properly report an allocation failure as a test failure
without crashing.
Depends on D107453
Comment 20•5 years ago
|
||
Comment 21•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bd1dcfee2a2a
https://hg.mozilla.org/mozilla-central/rev/cd43d57e43d8
https://hg.mozilla.org/mozilla-central/rev/64d57b49d53c
https://hg.mozilla.org/mozilla-central/rev/795d9ade8912
https://hg.mozilla.org/mozilla-central/rev/bfee76924802
https://hg.mozilla.org/mozilla-central/rev/ef711b1a8d29
https://hg.mozilla.org/mozilla-central/rev/962b1c65117c
https://hg.mozilla.org/mozilla-central/rev/e5727d21d42e
https://hg.mozilla.org/mozilla-central/rev/52cd0663c013
https://hg.mozilla.org/mozilla-central/rev/7b3e8cc68a49
https://hg.mozilla.org/mozilla-central/rev/e4ec6564a79f
https://hg.mozilla.org/mozilla-central/rev/c8c3d88fc0bb
https://hg.mozilla.org/mozilla-central/rev/686ce473f507
https://hg.mozilla.org/mozilla-central/rev/18384ca2d387
https://hg.mozilla.org/mozilla-central/rev/7aaf29a92b9b
https://hg.mozilla.org/mozilla-central/rev/0e1d8ce9c27f
https://hg.mozilla.org/mozilla-central/rev/e802345dfee5
https://hg.mozilla.org/mozilla-central/rev/aa87bd7190bd
https://hg.mozilla.org/mozilla-central/rev/5689b0e45ad7
Description
•