From df6c0b59e95aed4ab153fd40eab56e3993a5daac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Tue, 4 Oct 2011 06:42:01 -0300 Subject: [PATCH] jump guessing --- C/absmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/absmi.c b/C/absmi.c index e4767d5e3..25031d196 100644 --- a/C/absmi.c +++ b/C/absmi.c @@ -8166,7 +8166,7 @@ Yap_absmi(int inp) deref_head(d0, swlnl_unk_p); /* non variable */ swlnl_nvar_p: - if (IsPairTerm(d0)) { + if (__builtin_expect(IsPairTerm(d0),1)) { /* pair */ #endif copy_jmp_address(PREG->u.ollll.l1);