File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: b5c7997ef588916e566c18ba91608454bc4ffaaf
5
+ refs/heads/try: cd381333b988a3bca12d666653eb652e2f351098
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change 16
16
// The amount of extra space at the end of each stack segment, available
17
17
// to the rt, compiler and dynamic linker for running small functions
18
18
// FIXME: We want this to be 128 but need to slim the red zone calls down
19
- #define RZ_LINUX_32 (1024 *20 )
20
- #define RZ_LINUX_64 (1024 *20 )
19
+ #define RZ_LINUX_32 (1024 *4 )
20
+ #define RZ_LINUX_64 (1024 *4 )
21
21
#define RZ_MAC_32 (1024 *20 )
22
22
#define RZ_MAC_64 (1024 *20 )
23
23
#define RZ_WIN_32 (1024 *20 )
You can’t perform that action at this time.
0 commit comments