Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:CFLAGS (Score 1) 391

From the man page: -fdelete-null-pointer-checks Use global dataflow analysis to identify and eliminate useless checks for null pointers. The compiler assumes that dereferencing a null pointer would have halted the program. If a pointer is checked after it has already been dereferenced, it cannot be null. In some environments, this assumption is not true, and programs can safely dereference null pointers. Use -fno-delete-null-pointer-checks to disable this optimization for programs which depend on that behavior. Enabled at levels -O2, -O3, -Os. -fno-delete-null-pointer-checks to disable this optimization for programs which depend on that behavior. Enabled at levels -O2, -O3, -Os.
Media

Submission + - Full Circle Magazine - Issue 24 - The two year ann (fullcirclemagazine.org) 1

mrmonday1 writes: Full Circle Magazine — the independent magazine for the Ubuntu community — is proud to announce the release of its two year anniversary, issue 24. And to celebrate their second birthday, issue 24 boats a more colourful layout and more pages. The 43 page PDF has articles on cron, programming in C, installing and configuring MAME and a new series of articles on Inkscape. You could also win one of three copies of Ubuntu Unleashed!
Windows

Submission + - Ubuntu Wipes Windows 7 in Benchmarks. (tuxradar.com)

twitter writes: "Recent and controversial benchmarks for Windows 7 leave an important question unanswered, "Is it faster than GNU/Linux?" Here, at last, is a benchmark that pits Ubuntu, Vista and Windows 7 against each other on the same modern hardware. From install time to GUI efficiency, Ubuntu beats Windows and is often twice as fast. Where Windows 7 is competitive, the difference is something the average user would not notice. The average GNU/Linux user is now getting better absolute performance from their computer as well as better value than the average Windows user."

Comment DRAM and SRAM (Score 1) 260

What's really important here is that the key would be kept in SRAM(CPU Cache), not DRAM(Memory). With DRAM the stored bit is stored in a capacitance and in SRAM the bit is stored in a latch(usually a D-type latch from what I understand). I would guess that it's harder to freeze SRAM and keep the bit in place.

Slashdot Top Deals

Doubt isn't the opposite of faith; it is an element of faith. - Paul Tillich, German theologian and historian

Working...