mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
layout: Rewrite text and inline fragment handling during flow
construction to avoid cloning and moving flows so much. Besides amounting to a 5%-10% win on a page with a lot of text, this simplifies and refactors the text layout code.
This commit is contained in:
parent
d8cb901f6a
commit
bb6f557276
11 changed files with 341 additions and 322 deletions
|
@ -36,6 +36,7 @@ use std::sync::Arc;
|
|||
pub mod bloom;
|
||||
pub mod cache;
|
||||
pub mod debug_utils;
|
||||
pub mod dlist;
|
||||
pub mod fnv;
|
||||
pub mod geometry;
|
||||
pub mod logical_geometry;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue