Skip to content

Commit

Permalink
reduce MAX_TYPEUNION_COMPLEXITY to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Jan 25, 2019
1 parent caf65e0 commit 41192a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/compiler/typelimits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# limitation parameters #
#########################

const MAX_TYPEUNION_COMPLEXITY = 3
const MAX_TYPEUNION_COMPLEXITY = 2
const MAX_INLINE_CONST_SIZE = 256

#########################
Expand Down

0 comments on commit 41192a0

Please sign in to comment.