mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
Update CompilerImprovements
parent
f8ee267ceb
commit
ebb3277b1d
1 changed files with 2 additions and 1 deletions
|
@ -32,7 +32,7 @@ performance over each release.
|
|||
- store alt nodes is sorted vector
|
||||
- store cat nodes in vector
|
||||
- do tree factoring on vectors, does not require tree rewrites or left/right manipulations
|
||||
- merge char nodes into charset nodes
|
||||
- merge char nodes into charset nodes (requires fix to dominance)
|
||||
- replace char nodes with charset node to remove duplicate code
|
||||
|
||||
1. dfa creation - currently creates sets and removes duplicates which means a lot of creation and freeing
|
||||
|
@ -73,6 +73,7 @@ I# Tunables to reduce memory
|
|||
- O expr-simplify
|
||||
- O diff-encode
|
||||
- j 0
|
||||
- ensure parser is stripped
|
||||
|
||||
# Tunables to trade compiler memory for speed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue