aboutsummaryrefslogtreecommitdiff
path: root/starlark/int_generic.go
AgeCommit message (Expand)Author
2020-07-06starlark: use syscall.Mmap to avoid golang.org/x/sys dependency (#287)alandonovan
2020-07-06starlark: disable int optimization in iOS, which doesn't support mmap (#291)alandonovan
2020-06-19starlark: fix tests for 386 (#283)alandonovan
2020-06-17int: reduce allocation by representing small ints as pointers (#280)alandonovan