diff options
| author | Michael Anthony Knyszek <mknyszek@google.com> | 2020-11-16 22:03:17 +0000 |
|---|---|---|
| committer | Michael Knyszek <mknyszek@google.com> | 2021-04-29 17:08:05 +0000 |
| commit | e03cca64073bd1b4704482c81061d19ab019b5cc (patch) | |
| tree | c94d00e50d48809aae13259777f5c77798b12103 /src/encoding/csv/reader.go | |
| parent | 5a8435d701c1c8c39f403942d4f6a0ac065635db (diff) | |
| download | go-e03cca64073bd1b4704482c81061d19ab019b5cc.tar.xz | |
runtime: use 4 MiB heap arenas on iOS
iOS arm64 is a 64-bit platform but with a strictly 32-bit address space
(technically 33 bits, but the bottom half is unavailable to the
application). Since address space is limited, use 4 MiB arenas instead
of 64 MiB arenas. No changes are needed to the arena index because it's
still relatively small; this change just brings iOS more in line with
32-bit platforms.
Change-Id: I484e2d273d896fd0a57cd5c25012df0aef160290
Reviewed-on: https://go-review.googlesource.com/c/go/+/270538
Trust: Michael Knyszek <mknyszek@google.com>
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Trust: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/encoding/csv/reader.go')
0 files changed, 0 insertions, 0 deletions
