演講:from Source to Binary -- How GNU Toolchain Works
本月 31 日,將應臺北科技大學資訊工程所的邀請,與同事前去給予一場關於 GNU Toolchain 運作原理的演講,詳細資訊可參考 [
資工系網頁],以下是摘要資訊:
- 時間:三月 31 日 (週四) 下午 3:30 ~ 5:00
- 題目:from Source to Binary -- How GNU Toolchain Works
- 講者:
- 簡介: GNU Toolchain is the de facto standard of IT industrial and has been improved by comprehensive open source contributions. In this session, it is expected to cover the mechanism of compiler driver, system interaction (take GNU/Linux for example), linker, C runtime library, and the related dynamic linker. Instead of analyzing the system design, the session is use case driven and illustrated progressively.
- 暫定提綱:
- The interaction among system software components
- Key GNU/Linux software in compiler driver
- GCC Internals
- BFD/Linking in binutils
- libc and dynamic linker
由於探討 GNU Toolchain 設計與運作概念的中文文件不多,我們此次會儘量用中文表達,期待您的參與及指教,謝謝!
由 jserv 發表於
4:52 PM
|
迴響 (0)
演講:Build Programming Language Runtime by LLVM
在 OSDC.tw 2009 的〈
窮得只剩下 Compiler -- 淺談編譯技術的革命〉議程,小弟提及編譯器相關的技術獲得空前的成功,我們可在手邊的裝置中發現 LLVM 一類編譯器技術的應用,如 Apple iPhone 與 Android 裝置 (RenderScript in Android 3.0)。而在運算型態多元的今日,如何跨越語言的藩籬卻又得兼顧底層平台的效能與安全,即是當前的重要課題。
在三月 27 日的 OSDC.tw 2011 議程 [
Build Programming Language Runtime by LLVM],將探討如何打造架構於 LLVM Compiler Infrastructure 的程式語言執行環境,並分析傳統編譯/解譯式語言到當紅的動態程式語言在引入於移動平台時,值得深入探索的技術細節,最後也會一併發布最近的研究成果。另外,[
0xlab] 再次贊助了 [
OSDC.tw] 並分享五場技術演講,詳情可參考 [
0xlab 在 OSDC.tw 2011 的議程分享],期待您的參與及指教,謝謝!
由 jserv 發表於
2:17 PM
|
迴響 (0)