Sun Solutions by Forsythe
Chad Mynhier
Master Consultant

Chad Mynhier's blog

How I got here

Tue, 12/23/2008 - 21:02 by Chad Mynhier

I jumped right in to this blog without much in the way of an introduction, so I'll correct that oversight now.



Measuring the length of a linked list

Wed, 11/19/2008 - 22:47 by Chad Mynhier

How do you measure the length of a linked list?



Ptime modifications

Wed, 11/19/2008 - 22:41 by Chad Mynhier

Late last year I made a proposal to make some modifications to ptime(1) (the full text of the proposal can be found in the second message here



Memory alignment on SPARC, or a 300x speedup!

Wed, 11/19/2008 - 22:36 by Chad Mynhier

I remember first running across SIGBUS in an introductory programming course some years ago. You'll get a SIGBUS when you have a misaligned memory access. For example, if you're on a 32-bit processor, an integer is going to be 4-byte aligned, i.e., the address to access that integer will be evenly divisible by 4.