From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Edwards To: "Trenton D. Adams" Cc: rob.wj.jansen@philips.com, ecos-discuss@sources.redhat.com Subject: Re: [ECOS] data alignment issues Date: Thu, 09 Aug 2001 11:42:00 -0000 Message-id: <20010809134446.A15768@visi.com> References: <000101c120e1$98338c10$090110ac@TRENT> X-SW-Source: 2001-08/msg00286.html On Thu, Aug 09, 2001 at 08:43:03AM -0600, Trenton D. Adams wrote: > Why not send structures if it works? After all, if I've tested it and > there isn't any problems, then it's no problem right? The problem is that it's fragile. If one end moves to a different version of the compiler, it could break. If one end moves to a different architecture, it could break. If you're willing to depend on both ends always using the same version of the compiler running on the same architecture you'll be safe. But someday, somebody may want to want to use a different CPU on one end, or a different compiler version, and they will say not-so-nice things about you. -- Grant Edwards grante@visi.com