From f6c63b9b3de0b60736caa5008b19b20f73760e22 Mon Sep 17 00:00:00 2001
From: Sebastian Graf <sgraf1337@gmail.com>
Date: Tue, 13 Dec 2022 09:17:46 +0000
Subject: [PATCH] Add a note about inlining zipWith3 in spectral/life

---
 Simon-nofib-notes | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Simon-nofib-notes b/Simon-nofib-notes
index d6f75d5d..785dba4e 100644
--- a/Simon-nofib-notes
+++ b/Simon-nofib-notes
@@ -423,6 +423,11 @@ sorting
 ~~~~~~~
 Same issue with GHC.IO.Encoding.UTF8 as treejoin
 
+life
+~~~~
+The call to zipWith3 in row is quite close to the inlining threshold.
+Makes a difference of about 2% last time it flipped.
+
 
 ---------------------------------------
 	Real suite
-- 
GitLab