File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,10 +100,10 @@ private PythonOptions() {
100
100
public static final OptionKey <Boolean > IntrinsifyBuiltinCalls = new OptionKey <>(true );
101
101
102
102
@ Option (category = OptionCategory .EXPERT , help = "" ) //
103
- public static final OptionKey <Integer > AttributeAccessInlineCacheMaxDepth = new OptionKey <>(3 );
103
+ public static final OptionKey <Integer > AttributeAccessInlineCacheMaxDepth = new OptionKey <>(5 );
104
104
105
105
@ Option (category = OptionCategory .EXPERT , help = "" ) //
106
- public static final OptionKey <Integer > CallSiteInlineCacheMaxDepth = new OptionKey <>(3 );
106
+ public static final OptionKey <Integer > CallSiteInlineCacheMaxDepth = new OptionKey <>(4 );
107
107
108
108
@ Option (category = OptionCategory .EXPERT , help = "" ) //
109
109
public static final OptionKey <Integer > VariableArgumentReadUnrollingLimit = new OptionKey <>(5 );
You can’t perform that action at this time.
0 commit comments