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 1
1
---
2
- refs/heads/master: cd381333b988a3bca12d666653eb652e2f351098
2
+ refs/heads/master: 7a6498668f2f4d3eff393809418b565d027b35bd
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
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 *4 )
20
- #define RZ_LINUX_64 (1024 *4 )
19
+ #define RZ_LINUX_32 (1024 *2 )
20
+ #define RZ_LINUX_64 (1024 *2 )
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