Changes between Version 14 and Version 15 of TEXT_LAYOUT_LAZY
- Timestamp:
- 02/24/10 10:12:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_LAYOUT_LAZY
v14 v15 111 111 * The background thread only calls a HotLayout's method. The only performance problems it could have (in my opinion) is, that it could iterate infinitely. Therefore I created a test (linked in the design section), which asserts the thread does not deliver unneeded results. When no work is required, the thread waits blocked. On the other side, every head text frame has exactly one background thread (not like in the auto-chaining), Which I think is OK. 112 112 113 * Just a note, please note,that this ticket should be integrated in the [svn://sophie2.org/sophie2/branches/private/kyli/sophie2-text] branch.113 * Just a note, please do not forget that this ticket should be integrated in the [svn://sophie2.org/sophie2/branches/private/kyli/sophie2-text] branch. 114 114 115 115 = Testing =