emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU TLS lisp bindings


From: Miles Bader
Subject: Re: GNU TLS lisp bindings
Date: 15 Dec 2001 12:19:57 +0900

address@hidden (William M. Perry) writes:
> I'm not sure how this would interact with compilers that reorder
> structure members to pack them tightly or align word boundaries, etc.
> Is that legal in ANSI C?

A C compiler can insert more padding (e.g., for alignment), but that's
about it.  In practice, even that is pretty predictable, and could
easily be handled by a table computed at compile time.

-Miles
-- 
Occam's razor split hairs so well, I bought the whole argument!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]