[BL training-materials-updates] Improve Elixir details

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Nov 28 18:43:58 CET 2018


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=73788374c001cebb550e7e44666f6786886013ba

>---------------------------------------------------------------

commit 73788374c001cebb550e7e44666f6786886013ba
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Nov 28 18:43:58 2018 +0100

    Improve Elixir details
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

73788374c001cebb550e7e44666f6786886013ba
 .../kernel-source-code-management.tex                              | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/slides/kernel-source-code-management/kernel-source-code-management.tex b/slides/kernel-source-code-management/kernel-source-code-management.tex
index 64bcd17..5a1a9f2 100644
--- a/slides/kernel-source-code-management/kernel-source-code-management.tex
+++ b/slides/kernel-source-code-management/kernel-source-code-management.tex
@@ -35,13 +35,14 @@
   \frametitle{Elixir: browsing the Linux kernel sources}
   \begin{itemize}
   \item \url{https://github.com/bootlin/elixir}
-  \item Generic source indexing tool and code browser.
+  \item Generic source indexing tool and code browser for C and C++.
         Inspired by the LXR project (Linux Cross Reference).
   \item Web server based, very easy and fast to use
   \item Very easy to find the declaration, implementation or usage
     of symbols
-  \item Supports C and C++
-  \item Supports huge code projects such as the Linux kernel
+  \item Supports huge code projects such as the Linux kernel with
+     a git repository. Scales much better than LXR  by only indexing
+     new git objects found in each new release.
   \item Takes a little time and patience to setup (configuration,
     indexing, web server configuration)
   \item You don't need to set up Elixir by yourself. Use our




More information about the training-materials-updates mailing list