18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci// Copyright (c) 2019 Facebook
38c2ecf20Sopenharmony_ci#define STACK_MAX_LEN 600
48c2ecf20Sopenharmony_ci/* clang will not unroll the loop 600 times.
58c2ecf20Sopenharmony_ci * Instead it will unroll it to the amount it deemed
68c2ecf20Sopenharmony_ci * appropriate, but the loop will still execute 600 times.
78c2ecf20Sopenharmony_ci * Total program size is around 90k insns
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci#include "pyperf.h"
10