> Hmm, that's a very good point. For some reason I was under the > impression `cdecl` was a "cross-platform" moniker for "whatever the C > compiler does". But even if that were true—and I think I was > mistaken—there is the question about something like `stdcall`.
cdecl and stdcall are definitely x86-specific. I consider the following documentation official on the matter. (See also pcs there for ARM case.) http://gcc.gnu.org/onlinedocs/gcc/Function-Attributes.html _______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev