Skip to content

Commit 0518886

Browse files
committed
Modify the cross-module-inline-complexity threshold.
Perhaps we need to make this more configurable.
1 parent 7bdff98 commit 0518886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed_python/compiler/native_compiler/native_ast_to_llvm_function_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
pointer_size = 8
3333

3434

35-
CROSS_MODULE_INLINE_COMPLEXITY = 40
35+
CROSS_MODULE_INLINE_COMPLEXITY = 8
3636

3737

3838
_type_to_identified_type_cache = {}

0 commit comments

Comments
 (0)