Re: Patch Submission: Optimize Size of true and false Macros in C

2025-05-07 Thread SAKSHAM JOSHI
Ok. I got it. Thank you sir. On Thu, May 8, 2025, 4:26 AM Joseph Myers wrote: > On Tue, 6 May 2025, SAKSHAM JOSHI wrote: > > > I am submitting a patch for the GCC compiler's "stdbool.h" to optimize > the > > size of the true and false macros in the C programming language. > Currently, > > the si

Re: Patch Submission: Optimize Size of true and false Macros in C

2025-05-07 Thread Joseph Myers
On Tue, 6 May 2025, SAKSHAM JOSHI wrote: > I am submitting a patch for the GCC compiler's "stdbool.h" to optimize the > size of the true and false macros in the C programming language. Currently, > the size of the true and false macros is 4 bytes, whereas the _Bool > datatype is 1 byte in size. Th

Patch Submission: Optimize Size of true and false Macros in C

2025-05-06 Thread SAKSHAM JOSHI
Dear GCC Patches Team, I hope this message finds you well. I am submitting a patch for the GCC compiler's "stdbool.h" to optimize the size of the true and false macros in the C programming language. Currently, the size of the true and false macros is 4 bytes, whereas the _Bool datatype is 1 byte