SpiceQA
Questions
Tags
Users
Badges
restrict-qualifier
15 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Why are the results of the optimization on aliasing different for char* and std::string&?
user_3682683
0
•
asked May 12, 2022
2
3
81
compiler-optimization
strict-aliasing
restrict-qualifier
gcc
c++
Best practice with sprintf?
user_2323394
0
•
asked Oct 21, 2021
9
1
210
asprintf
restrict-qualifier
pointers
standards
c
Is it valid to use "restrict" when there is the potential for reallocating memory (changing the pointer)?
user_10909363
0
•
asked Aug 12, 2021
4
1
132
restrict-qualifier
c
Is there restrict equivalent in C#
Admin
1
•
asked Apr 24, 2021
2
1
109
x86-64
restrict-qualifier
assembly
c#
C++ What is __restrict for and how to use it correctly?
user_1018582
0
•
asked Apr 16, 2021
2
1
199
restrict-qualifier
c++
May an implementation optimize an atomic access to a non-atomic access, if it happens through a restrict pointer?
user_3650362
0
•
asked Mar 18, 2021
3
2
94
c11
language-lawyer
atomic
restrict-qualifier
c
Pointer to pointer aliasing and the restrict keyword
user_4123214
0
•
asked Mar 15, 2021
3
1
219
cuda
restrict-qualifier
pointers
caching
c
Is restricted the opposite of volatile?
user_651174
0
•
asked Aug 29, 2020
2
1
363
volatile
restrict-qualifier
x86
assembly
c
How to apply restrict qualifier on this pointer
user_6719353
0
•
asked Nov 8, 2018
4
1
380
restrict-qualifier
this
class
c++
Is there a way to tell the C compiler that a pointer has no aliasing stores?
user_90511
0
•
asked Sep 19, 2018
6
1
297
restrict
restrict-qualifier
c
1
(current)
2
Next
Next
Hot Questions