[coreboot-gerrit] Change in libhwbase[master]: Makefile.proof: Add --no-inlining to SPARKFLAGS

Nico Huber (Code Review) gerrit at coreboot.org
Mon Jun 4 23:17:21 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26850


Change subject: Makefile.proof: Add --no-inlining to SPARKFLAGS
......................................................................

Makefile.proof: Add --no-inlining to SPARKFLAGS

With `--no-inlining`, proof is about 10% faster for libgfxinit.

Change-Id: Ia6055da326901c1c25b9d0c757767891284bc515
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M Makefile.proof
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/libhwbase refs/changes/50/26850/1

diff --git a/Makefile.proof b/Makefile.proof
index 6c16a40..729ecab 100644
--- a/Makefile.proof
+++ b/Makefile.proof
@@ -11,6 +11,7 @@
 SPARKFLAGS += --mode=$(PROOF_MODE)
 SPARKFLAGS += --report=fail
 SPARKFLAGS += --warnings=error
+SPARKFLAGS += --no-inlining
 SPARKFLAGS += --prover=z3 --steps=500 --timeout=1	# FIXME: timeout used because steps seems broken
 
 quote-list = $(subst $(space),$(comma),$(patsubst %,"%",$(1)))

-- 
To view, visit https://review.coreboot.org/26850
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: libhwbase
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia6055da326901c1c25b9d0c757767891284bc515
Gerrit-Change-Number: 26850
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180604/8ef11c98/attachment.html>


More information about the coreboot-gerrit mailing list