site Search Results
Results for: "Pentium Optimizations"
Order the NEW
Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features
21 years of Dr. Dobb's Journal, 15 years of Sys Admin
magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr.
Dobb's Digest, podcasts, videos and more! Order Now.
Distcc & Distributed Computing
Daniel shows how distcc and its distributed compilation capabilities can significantly reduce compilation times, while Trevor Marshall tells why Gentoo Linux is a programmer's Linux.
The New New Thing
First PC apps. Then client/server. Then the Web. Now it's wireless and voice. The "New Thing" gets tacked on each time, but it's rarely integrated. So developers construct a new application from the data out to the presentation layer. Covigo wants to change that: They'd like to sell you on a single server architecture that can adapt to multiple output channels (the Web, wireless and voice) and different levels of "real-time": right now, off-line or alerts.
Letters
DTACK Revisited
From Hal's point of view, nothing much has happened in desktop-computing architectures since 1982. With that in mind, Hal compares the PowerPC 601 to Intel's upcoming P6.
Optimizing for the PowerPC
Michael looks at some of the differences between the PowerPC and Pentium architectures and shares his techniques to optimize code for the PowerPC. - Parallel
New Products
Of Interest
Pentium Optimizations and Numeric Performance
The Pentium is the first member of the Intel x86 family that requires RISC-style instruction scheduling to achieve its full potential. Steve analyzes what this means in terms of Pentium floating-point performance and how you can get full throughput from a Pentium. - Parallel
Optimizing Matrix Math on the Pentium
The Pentium processor is more than just a fast 486. Its pipeline and floating-point and integer operations require that you pay more attention to the flow of data on and off the FPU. Harlan presents and measures methods for speeding up Pentium matrix-math operations. - Parallel