Research problems - servo/webrender GitHub Wiki
Driver bugs
- Can we identify potential interesting behaviour differences in drivers that would affect WebRender's workload.
- Driver fuzzing.
Correctness
- Automated test case reduction? (Something like creduce but for WebRender display lists?)
Intel GPU performance characteristics
How does GPU workload interact with CPU performance?
Rust
- Build times
- Serialization procedural macros are a problem
- Code bloat
- Code performance
- sccache performance