Closed
Bug 944074
Opened 11 years ago
Closed 11 years ago
PJS: rm ParallelArray
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: shu, Assigned: shu)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(2 files)
148.66 KB,
patch
|
nmatsakis
:
review+
|
Details | Diff | Splinter Review |
734 bytes,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
As agreed between myself, till, and nmatsakis, no point in keeping it around before TypedObject lands
Assignee | ||
Comment 1•11 years ago
|
||
Anybody has any ideas on what should be done with the many fuzz tests that contain ParallelArray? Many of them don't really have anything to do with parallelism and are Ion bugs, since ParallelArray was a major (only?) vector that forced Ion regardless of shell flags.
Comment 2•11 years ago
|
||
Fix 'em on a case-by-case basis to not use ParallelArray. (This is why I never land a fuzz-test with a patch, and I always take the fuzz-test and extract a minimal testcase based on the exact issues discovered and include that instead.)
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Jeff Walden [:Waldo] (remove +bmo to email) from comment #2)
> Fix 'em on a case-by-case basis to not use ParallelArray. (This is why I
> never land a fuzz-test with a patch, and I always take the fuzz-test and
> extract a minimal testcase based on the exact issues discovered and include
> that instead.)
I'm going to try to replace the use of ParallelArray with Array's parallel method counterparts.
Some of the tests were automatically added (tests/auto-regress). I don't know how that happens.
Extracting a minimal testcase is easier said than done for many of the travesties generated by the fuzzer (many of which are "the perfect storm" kind of situations), though I will admit that I was lazy on some of the tests.
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8345605 -
Flags: review?(nmatsakis)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → shu
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
Stupid stupid Windows.
Attachment #8346358 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #8346358 -
Flags: review?(jdemooij) → review+
Updated•11 years ago
|
Attachment #8345605 -
Flags: review?(nmatsakis) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b07452dd6d7f
https://hg.mozilla.org/mozilla-central/rev/daa324f7e65a
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 9•11 years ago
|
||
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ParallelArray
https://developer.mozilla.org/en-US/Firefox/Releases/29/Site_Compatibility
Keywords: dev-doc-complete,
site-compat
You need to log in
before you can comment on or make changes to this bug.
Description
•