Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> C very much defines pointers as aliasing by default.

This is actually a huge issue for the CRuby JIT which generates C from the VM bytecode. Alias analysis on the generated C code, which is full of indirection, is basically useless and severely restricts the possible optimizations.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: