Difference between revisions of "Compilers Presentations"

From eLinux.org
Jump to: navigation, search
(GCC, GLIBC)
(LLVM, Clang and Embedded Linux Systems [ELC 2011])
Line 61: Line 61:
  
 
* [https://elinux.org/images/2/2f/Kernel_warnings_jamboree_71.pdf PDF] | [https://youtu.be/cbQYK4a4LLw?list=PLbzoR-pLrL6pamOj4UifcMJf560Ph6mJp VIDEO]
 
* [https://elinux.org/images/2/2f/Kernel_warnings_jamboree_71.pdf PDF] | [https://youtu.be/cbQYK4a4LLw?list=PLbzoR-pLrL6pamOj4UifcMJf560Ph6mJp VIDEO]
 +
 +
== Multiarch and Why You Should Care: Running, Installing and Crossbuilding With Multiple Architectures [ELC 2012] ==
 +
'''Presenter: '''Wookey, Linaro <br>
 +
'''Summary:'''
 +
This presentation provides information about  Multiarch, <br>
 +
Multiarch timeline,and Crossbuilding - build-time tools. <br>
 +
 +
* [https://elinux.org/images/d/d8/Multiarch_and_Why_You_Should_Care-_Running%2C_Installing_and_Crossbuilding_With_Multiple_Architectures.pdf PDF]
  
 
== LLVM, Clang and Embedded Linux Systems [ELC 2011] ==
 
== LLVM, Clang and Embedded Linux Systems [ELC 2011] ==

Revision as of 04:14, 7 October 2020

GCC, GLIBC

Cutting edge toolchain (Latest Features in GCC/GLIBC) [ELC 2019]

Presenter: Victor Rodriguez, Intel
Summary: This presentation aims to show an introduction to the major features
released in GCC 8/9 and Glibc 2.29.

What are and How to find a program's unused DSOs [ELC 2011]

Presenter: Guntur Ravi Sankar (Samsung)
Summary: This presentation provides information about constitutes
application launch time and loading dependencies.

How GCC Works, An Embedded Engineer's Perspective [ELC 2008]

Presenter: Gene Sally
Summary: This presentation gives a collection of GCC tips useful to those
doing embedded development.

Linkers, Loaders

Prelinker Usage for MIPS Cores [ELC 2007 ELC 2006]

Presenter: Arvind Kumar, Kazu Hirata, Shinichi Tsurumoto
Summary: This presentation provides information about Prelink and Prelinker
usage for MIPS cores.

Compiler Optimizations

A Few Effective gcc/clang Optimizations for Embedded Systems [ELC 2019]

Presenter: Khem Raj, Comcast
Summary: This presentation discusses about various optimization techniques
and practice to generate an overall effective code.

Tracing Resource-constrained Embedded Systems using eBPF [ELC 2019]

Presenter: Ioan-Adrian Ratiu, Collabora
Summary: This Presentation gives a brief introduction to the eBPF awesomeness and
the mainstream way of tracing using the eBPF Compiller Collection and then examines
the hurdles which must be overcome to get it working on embedded devices.

The Static Check Needle in the Warnings Haystack [ELCE 2019]

Presenter: Frank Rowand, Sony
Summary: This presentation gives information on static analysis tools and
on "warn_check" script for new warring messages.

Multiarch and Why You Should Care: Running, Installing and Crossbuilding With Multiple Architectures [ELC 2012]

Presenter: Wookey, Linaro
Summary: This presentation provides information about Multiarch,
Multiarch timeline,and Crossbuilding - build-time tools.

LLVM, Clang and Embedded Linux Systems [ELC 2011]

Presenter: Bruno Cardoso Lopes (University of Campinas)
Summary: This presentation provides information about compiler
infrastructure and virtual instruction set.

Link Time Dead Code and Data Elimination Using GNU Toolchain [ELC 2010]

Presenter: Denys Vlasenko
Summary: This talk will show you how to eliminate one of the typical
sources of code bloat.

Instant Startup for Application Using Reducing Relocation Time and Rearrange Function [ELC 2008]

Presenter: Min-Chan Kim, Oleksiy Kokachev
Summary: These slides give information on Shared library relocation procedure,
DDLink, DDLink effectiveness measurement and on functions reordering.