Changes

Jump to: navigation, search

Oxidation

103 bytes added, 21:03, 19 June 2019
Proposed
* 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 parsers, due to strong typing, algebraic data types, and pattern matching.
* Crash reporter
** '''Why Rust?''' Code needs rewriting, useful Rust crates exist that could be used.
== Outside Firefox ==
Confirm
1,345
edits

Navigation menu