Re: [PATCH v2 18.1/34] hurd: Do not declare local variables volatile

2023-04-10 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le lun. 03 avril 2023 14:56:20 +0300, a ecrit: > These are just regular local variables that are not accessed in any > funny ways, not even though a pointer. There's absolutely no reason to > declare them volatile. It only ends up hurting the quality of the > genera

[PATCH v2 18.1/34] hurd: Do not declare local variables volatile

2023-04-03 Thread Sergey Bugaev
These are just regular local variables that are not accessed in any funny ways, not even though a pointer. There's absolutely no reason to declare them volatile. It only ends up hurting the quality of the generated machine code. If anything, it would make sense to decalre sigsp as *pointing* to vo