Changes

Jump to: navigation, search

Oxidation

56 bytes added, 18:01, 19 June 2019
Proposed: why rust
* WebM demuxer: {{bug|1267492}}
* Parallel JS parsing: fast preparse to find function boundaries, parse non-overlapping functions in parallel with a unification step to handle free names and such (no bug on file yet)
** '''Why Rust?''' Parses untrusted input. Requires safe threading. And generally, Rust is a better language than C++ for writing parsers, due to strong typing, algebraic data types, and pattern matching.
== Outside Firefox ==
638
edits

Navigation menu