Viewing profile — zturner
zturner
HN member- Joined
- Tue, Jan 20, 2015, 7:49 PM UTC
- HN karma
- 55
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About zturner
No profile information was provided.
Recent public activity
-
comment
Comment #34499890
It’s extremely difficult to get new keywords into the language. This is a very large part of the reason we can only have new functionality in the library.
-
comment
Comment #16525591
More precisely: clang-cl is a drop-in replacement for cl (even the command lines are the same). But clang-cl is just a driver for clang, and it's still possible to get the ABI comp…
-
comment
Comment #16525571
This sounds great, it's been a long time coming and I'm sure many people will appreciate being able to debug their mingw generated executables in Visual Studio. I did all of the PD…
-
comment
Comment #16525523
1) ABI compatibility is not present. With clang-cl you can compile half of your object files with MSVC and half with clang-cl, and link them together. That's very powerful. You mig…
-
comment
Comment #16479613
This is incorrect. FlushFiewOfFile and FlushFileBuffers only guarantees that contents are written to the physical media . It is not necessary (well, it is not supposed to be necess…
- story
-
comment
Comment #8919650
Minor implications, perhaps. Much of what was done to reach this point was just making LLDB not fall over miserably on Windows. Like, to compile.. Or to not crash on startup for ex…
-
comment
Comment #8919583
The LLVM project as a whole has many contributors from many different companies working on things they care about and contributing it back to the community.