Module layout_2013::parallel
source ยท Expand description
Implements parallel traversals over the DOM and flow trees.
This code is highly unsafe. Keep this file small and easy to audit.
Structsยง
- Information that we need stored in each flow.
- Vtable + pointer representation of a Flow trait object.
Constantsยง
- CHUNK_SIZE ๐Traversal chunk size.
Functionsยง
- bottom_up_flow ๐Process current flow and potentially traverse its ancestors.
- null_unsafe_flow ๐
- Run the main layout passes in parallel.
- top_down_flow ๐