search for: 30e04e92

Displaying 1 result from an estimated 1 matches for "30e04e92".

Did you mean: 20e84e92
2005 May 05
2
[LLVMdev] design questions
Hey, I'm curious about two of the design questions in LLVM after reading the language reference. If there's preexisting material explaining this, just point me at it (looked and couldn't find any). - Why unsigned types rather than signed-only like Java/JVM? If I understand correctly, their behavior is only distinguishable in overflow situations, and the availability of