diff --git a/doc/go1.1.html b/doc/go1.1.html index dfd9e65340e..578d6e901c9 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -201,6 +201,24 @@ would instead say: i := int(int32(x)) +

Heap size on 64-bit architectures

+ +

+On 64-bit architectures only, the maximum heap size has been enlarged substantially, +from a few gigabytes to several tens of gigabytes. +(The exact details depend on the system and may change.) +

+ +

+On 32-bit architectures, the heap size has not changed. +

+ +

+Updating: +This change should have no effect on existing programs beyond allowing them +to run with larger heaps. +

+

Unicode