From 59f749c9f2e9319f0c6e07f0aabc2f45327f75b0 Mon Sep 17 00:00:00 2001
From: Rafael Ravedutti <rafaelravedutti@gmail.com>
Date: Tue, 22 Jun 2021 17:11:40 +0200
Subject: [PATCH] Update logbook one more time

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
---
 log/logbook_RR.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/log/logbook_RR.md b/log/logbook_RR.md
index 720c685..f80fea1 100644
--- a/log/logbook_RR.md
+++ b/log/logbook_RR.md
@@ -20,7 +20,8 @@ The Agenda section is a scratchpad area for planning and Todo list
 # Agenda
 
 * Fix prioritaze_vector_ops transformation
-* Reuse same expressions
+* Common subexpression elimination (CSE)
+    * Analyze generated code by backend compilers to see which cases we really need to manage
 * Create variables to accumulate forces (reduction)
 * Provide a way to express simulation specific kernels (cell lists, PBC, neighbor lists) in a more clean way with new syntax
 * Runtime functions (VTK printing, read and write to files)
@@ -28,7 +29,7 @@ The Agenda section is a scratchpad area for planning and Todo list
 * LLVM support
 * OpenMP support
 * MPI support
-* waLBerla as backend
+* waLBerla as backend (Load-Balancing)
 * LAMMPS as backend (?)
 * Provide test cases (LJ, EAM, DEM, Configurational Forces + Energy Minimization, ...)
 * Separate performance strategies from code (parallelism, gathering), allow to experiment different strategies
-- 
GitLab