User profile: Seth Cohen

User info
User name:Seth Cohen
History
Joined:
Number of posts:6
Latest posts:

inline + gcc optimization level 0
Hello, does anybody know if the compiler respects the keyword inline at gcc optimization level 0?...

C vs C++
Hello, I discussed with several people about the performance between C and C++. Most of the peo...

Pointer abort protection?
Hey folks, [quote]It relies on short circuit evaluation (if the left side of a && b is false, b doe...

Pointer abort protection?
Hey folks, I found following code snippet: (that is all) [code]ptr != 0 && ptr->next();[/code...

Select a 32 bit linker
Hey Computergeek01, thanks for your suggestion. I found following information: [output]-arch arc...