Skip to content

Commit

Permalink
[scudo] Move the chunk update into functions
Browse files Browse the repository at this point in the history
The code paths for mte enabled and disabled were interleaving and which
increases the difficulty of reading each path in both source level and
assembly level. In this change, we move the parts that they have different
logic into functions and minor refactors on the code structure.
  • Loading branch information
ChiaHungDuan committed Apr 4, 2024
1 parent 3a106e5 commit f50a4bd
Showing 1 changed file with 223 additions and 150 deletions.
Loading

0 comments on commit f50a4bd

Please sign in to comment.