Skip to content

Commit ecd9eb8

Browse files
committed
---
yaml --- r: 14434 b: refs/heads/try c: 7a64986 h: refs/heads/master v: v3
1 parent a78362b commit ecd9eb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: cd381333b988a3bca12d666653eb652e2f351098
5+
refs/heads/try: 7a6498668f2f4d3eff393809418b565d027b35bd
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/rust_task.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// The amount of extra space at the end of each stack segment, available
1717
// to the rt, compiler and dynamic linker for running small functions
1818
// FIXME: We want this to be 128 but need to slim the red zone calls down
19-
#define RZ_LINUX_32 (1024*4)
20-
#define RZ_LINUX_64 (1024*4)
19+
#define RZ_LINUX_32 (1024*2)
20+
#define RZ_LINUX_64 (1024*2)
2121
#define RZ_MAC_32 (1024*20)
2222
#define RZ_MAC_64 (1024*20)
2323
#define RZ_WIN_32 (1024*20)

0 commit comments

Comments
 (0)