[Since OP deleted the original post, I ported my response from https://www.reddit.com/r/Clojure/comments/1afviv4/embracing_common_lisp_in_the_modern_world/kod6r0d/?context=3]
I saw this pop on the lisp subreddit and concurred with some of the criticisms of the claims. I have not watched the presentation, but based my remarks on the slide contents.
10.1 Compiled Code Performance
CL implementations compile to machine code, often more CPU efficient.
Especially true for numeric and CPU-intensive tasks