From 5f571849cfb535efa335d2e742c5802e98998866 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 30 Oct 2017 03:00:24 +0100 Subject: [PATCH] doc, add a new vid --- docs/videos.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/videos.md b/docs/videos.md index 64abbd4b..92214b55 100644 --- a/docs/videos.md +++ b/docs/videos.md @@ -6,7 +6,18 @@ title: Usage in video {% endraw %} -Picked from a dedecated [playlist](https://www.youtube.com/playlist?list=PLzk8A0LUvEOV-OMdz09jfOahwnKoA2na_), and with description. +Picked from a dedicated [playlist](https://www.youtube.com/playlist?list=PLzk8A0LUvEOV-OMdz09jfOahwnKoA2na_), and with description. + +### Using dbeaengine in a runnable + +This video shows how the disassembler library [dbeaengine](https://github.com/BBasile/dbeaengine) +can be used in a [runnable module](features_runnables) to check the DMD backend production. +The disassembler is fetched from the online DUB registry, automatically compiled and setup in the [library manager](widgets_library_manager). +It's then used to show a weakness of the DMD backend (a constant is not converted, leading to 2 conversions at runtime) and to check a workaround. + +{% raw %} + +{% endraw %} ### Debug a runnable