Don't compile predicate engines since there's no gain
parent
bf0e8606a8
commit
5ff2c2e2bf
|
@ -106,7 +106,11 @@ M: predicate-engine-word no-compile? "owner-generic" word-prop no-compile? ;
|
|||
] if ;
|
||||
|
||||
: optimize? ( word -- ? )
|
||||
{ [ contains-breakpoints? ] [ single-generic? ] } 1|| not ;
|
||||
{
|
||||
[ predicate-engine-word? ]
|
||||
[ contains-breakpoints? ]
|
||||
[ single-generic? ]
|
||||
} 1|| not ;
|
||||
|
||||
: frontend ( word -- nodes )
|
||||
#! If the word contains breakpoints, don't optimize it, since
|
||||
|
|
Loading…
Reference in New Issue