Fri.Jan 18, 2019

article thumbnail

Stuff The Internet Says On Scalability For January 18th, 2019

High Scalability

Sorry, Stuff The Internet Says On Scalability has been called on the account of wind, rain, power outages and general mayhem. We're all safe, but it's hard to write a post using stone knives and bear skins. See you next week. Lots of rain fell over the last 48 hours, but how much? Here is a preliminary look. For a more detailed list go here: [link] #cawx #AtmosphericRiver pic.twitter.com/DjCIH1E9fn.

Internet 132
article thumbnail

Finding compiler bugs with C-Reduce

Nick Desaulniers

Support for a long awaited GNU C extension, asm goto , is in the midst of landing in Clang and LLVM. We want to make sure that we release a high quality implementation, so it’s important to test the new patches on real code and not just small test cases. When we hit compiler bugs in large source files, it can be tricky to find exactly what part of potentially large translation units are problematic.

C++ 40