From bb1b410c609a2888fe5e338df898e6ce5aa38388 Mon Sep 17 00:00:00 2001 From: Corey O'Connor Date: Mon, 3 Feb 2014 01:46:28 -0800 Subject: [PATCH] add view-benchmark-core to use ghc-core to view the full core of the benchmark exe --- view-benchmark-core | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 view-benchmark-core diff --git a/view-benchmark-core b/view-benchmark-core new file mode 100755 index 0000000..7e17f9d --- /dev/null +++ b/view-benchmark-core @@ -0,0 +1,4 @@ +#!/bin/sh +ghc-core --no-asm --no-cast -- \ + -hide-package vty-5.0.0 -i../src -XScopedTypeVariables ../dist/build/cbits/*.o \ + benchmark