mirror of https://git.suyu.dev/suyu/suyu
kernel/process: Use accessors instead of class members for referencing segment array
Using member variables for referencing the segments array increases the size of the class in memory for little benefit. The same behavior can be achieved through the use of accessors that just return the relevant segment.merge-requests/60/head
parent
40e63ede6d
commit
2beda7c2b3
Loading…
Reference in New Issue