|
You are here |
stefansf.de | ||
| | | | |
cellperformance.beyond3d.com
|
|
| | | | | [AI summary] The provided text discusses strict aliasing in C programming, particularly in the context of the C99 standard. It explains how strict aliasing rules prevent different types from referring to the same memory location, and how this affects compiler optimizations. The text also covers the use of standard integer types like uint64_t and uint32_t from the C99 stdint.h header, and emphasizes the importance of enabling strict aliasing with GCC's -fstrict-aliasing flag for performance and correctness. | |
| | | | |
port70.net
|
|
| | | | | ||
| | | | |
www.yodaiken.com
|
|
| | | | | ||
| | | | |
kuterdinel.com
|
|
| | | I demonstrate how you can write a simple JIT (Just In Time) compiler for x86 in about 1000 lines of C code. | ||