Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 // Copyright (c) 2019 Facebook
0003 #define STACK_MAX_LEN 600
0004 #define NO_UNROLL
0005 /* clang will not unroll at all.
0006  * Total program size is around 2k insns
0007  */
0008 #include "pyperf.h"