clang-format: Various fixes to comments alignment from clang-format 13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
This commit is contained in:
parent
3b11e33a09
commit
3a6be64c12
43 changed files with 368 additions and 485 deletions
|
|
@ -44,7 +44,7 @@
|
|||
definition of invalidation: global is invalid
|
||||
|
||||
1) If a node sets a LOCAL, it produces an invalidation of everything above
|
||||
a) If above is invalid, don't keep invalidating upwards
|
||||
. a) If above is invalid, don't keep invalidating upwards
|
||||
2) If a node sets a GLOBAL, it is converted to LOCAL (and forces validation of everything pending below)
|
||||
|
||||
drawback: setting/reading globals is useful and used very often, and using affine inverses is slow
|
||||
|
|
@ -56,7 +56,7 @@
|
|||
definition of invalidation: NONE dirty, LOCAL dirty, GLOBAL dirty
|
||||
|
||||
1) If a node sets a LOCAL, it must climb the tree and set it as GLOBAL dirty
|
||||
a) marking GLOBALs as dirty up all the tree must be done always
|
||||
. a) marking GLOBALs as dirty up all the tree must be done always
|
||||
2) If a node sets a GLOBAL, it marks local as dirty, and that's all?
|
||||
|
||||
//is clearing the dirty state correct in this case?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue