Open Bug 746838 Opened 12 years ago Updated 2 years ago

Load jsreftests metadata in the background

Categories

(Core :: JavaScript Engine, defect)

defect

Tracking

()

People

(Reporter: terrence, Unassigned)

Details

Naturally, this cannot use threads -- we will be forking in the foreground -- but multiprocessing should be an adequate drop in replacement.  If it is not available (e.g. python2.5 on some build boxes) then we can just fall back to current behavior and load them in a single step.

The hard part here is going to be ensuring that we only iterate the list of test we get back from load function once, since it will be a generator and not a list.
Assignee: general → nobody
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.