Sign in
go
/
go
/
a1cad70a2fd1ce497cd90d4caedb0f877558bd6f
/
src
/
runtime
/
stack_test.go
2ae7737
all: link to https instead of http
by Brad Fitzpatrick
· 10 years ago
232331f
runtime: add blank assignment to defeat "declared but not used" error from go/types
by Alan Donovan
· 10 years ago
faa7a7e
runtime: implement GC stack barriers
by Austin Clements
· 10 years ago
b2a950b
runtime: rename gothrow to throw
by Keith Randall
· 10 years ago
4bf4d9f
runtime: reenable TestStackGrowth on 32-bit systems
by Russ Cox
· 11 years ago
f95beae
runtime: use traceback to traverse defer structures
by Russ Cox
· 11 years ago
15b76ad
runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFrames
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/stack_test.go]
8217b4a
runtime: convert panic/recover to Go
by Keith Randall
· 11 years ago
e3edfea
runtime: correct various Go -> C function calls
by Russ Cox
· 11 years ago
a8c5e87
runtime: fix Stack
by Russ Cox
· 11 years ago
397bdb2
runtime: increase nosplit area to 192
by Russ Cox
· 11 years ago
fe91006
runtime: give nosplit functions 32 more bytes of headroom
by Russ Cox
· 11 years ago
1329d04
runtime: fix stack memory test
by Keith Randall
· 11 years ago
f378f30
undo CL 101570044 / 2c57aaea79c4
by Keith Randall
· 11 years ago
3cf83c1
undo CL 104200047 / 318b04f28372
by Keith Randall
· 11 years ago
7c13860
runtime: stack allocator, separate from mallocgc
by Keith Randall
· 11 years ago
8a2fb87
runtime: skip stack growth test on 32bit platforms
by Dave Cheney
· 11 years ago
7218509
runtime: increase timeout in TestStackGrowth
by Russ Cox
· 11 years ago
9d81ade
runtime: make stack growth test shorter
by Russ Cox
· 11 years ago
d7ac73c
runtime: no longer skip stack growth test in short mode
by David du Colombier
· 11 years ago
fc6753c
runtime: make sure associated defers are copyable before trying to copy a stack.
by Keith Randall
· 11 years ago
f182a6e
runtime: skip stack growth test in short mode
by David du Colombier
· 11 years ago
8a908ef
runtime: add stack growth tests
by Dmitriy Vyukov
· 11 years ago
00e6fc1
runtime: temporary weaken a check in test
by Dmitriy Vyukov
· 11 years ago
f84cbd0
runtime: fix test for new closure representation
by Dmitriy Vyukov
· 12 years ago
7f070af
runtime: deflake TestStackMem
by Dmitriy Vyukov
· 12 years ago
091d7210
runtime: make TestStackMem a little less flaky
by Russ Cox
· 12 years ago
3c25cd2
runtime: increase stack limit in a test
by Dmitriy Vyukov
· 12 years ago
f82db7d
runtime: less aggressive per-thread stack segment caching
by Dmitriy Vyukov
· 12 years ago
465b9c3
gofmt: apply gofmt -w src misc
by Robert Griesemer
· 12 years ago
9e5db8c
5l, 6l, 8l: fix stack split logic for stacks near default segment size
by Russ Cox
· 13 years ago