Closed Bug 933308 Opened 11 years ago Closed 9 years ago

PJS: Support regular expressions for parallel execution

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: nmatsakis, Unassigned)

References

Details

In principle, regular expressions should be parallelizable. In practice, it is unknown if Yarr produces thread-safe code and what other obstacles we may encounter.

Note that we have to be careful about regular expressions that use the `g` option, as that will cause the regular expression object itself to be mutated, which would not be threadsafe. This might be an area where it is worth approaching TC39 with alternate APIs that are more amenable to thread-safe execution.
Blocks: PJS
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.