From 5c419e377a146cb35cd5d4970d01fecac58d1ff3 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 28 Dec 2014 14:44:09 -0600 Subject: Another random link for the design page. --- www/design.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/design.html b/www/design.html index c9944e3a..4996f330 100755 --- a/www/design.html +++ b/www/design.html @@ -262,7 +262,8 @@ are always the same size (on both 32 and 64 bit). Pointer and int are _not_ the same size on 64 bit systems, but pointer and long are.

This is guaranteed by the LP64 memory model, a Unix standard (which Linux -and MacOS X both implement). See +and MacOS X both implement, and which modern 64 bit processors such as +x86-64 were designed for). See the LP64 standard and the LP64 rationale for details.

-- cgit v1.2.3