RE: Check NV alignment for Solaris

2001-09-19 Thread Hong Zhang
> One of the things that might be coring solaris is the potential for > embedded floats in the bytecode stream. (The more I think about that the > more I regret it...) The ops do a quick and ugly cast to treat some of the > opcode stream as an NV which may trip across alignment rules and size

Re: Check NV alignment for Solaris

2001-09-19 Thread Andy Dougherty
On Wed, 19 Sep 2001, Dan Sugalski wrote: > One of the things that might be coring solaris is the potential for > embedded floats in the bytecode stream. (The more I think about that the > more I regret it...) The ops do a quick and ugly cast to treat some of the > opcode stream as an NV which

Check NV alignment for Solaris

2001-09-19 Thread Dan Sugalski
One of the things that might be coring solaris is the potential for embedded floats in the bytecode stream. (The more I think about that the more I regret it...) The ops do a quick and ugly cast to treat some of the opcode stream as an NV which may trip across alignment rules and size issues.