2012年10月2日

LLVM每日谈之二 LLVM IR

摘要: 作者:snsn1984 在介绍LLVM IR之前,我们需要先了解下LLVM的结构。传统的静态编译器分为三个阶段:前端、优化和后端。 LLVM的三阶段设计是这样的: 这样做的优点是如果需要支持一种新的编程语言,那么我们只需要实现一种新的前端。如果我们需要支持一种新的硬件设备,那我们只需要实现... 阅读全文

posted @ 2012-10-02 23:06 爱你一万年123 阅读(306) 评论(0) 推荐(0)

You Are a Product--Nathan Marz

摘要: You Are a Product MONDAY, DECEMBER 6, 2010 I had a revelation the other day. I realized that the terms "programmer" and "employee" are inadequat... 阅读全文

posted @ 2012-10-02 09:52 爱你一万年123 阅读(136) 评论(0) 推荐(0)

You should blog even if you have no readers--Nathan Marz

摘要: You should blog even if you have no readers FRIDAY, JULY 30, 2010 Spencer Fry wrote a great post on "Why entrepreneurs should write." I would f... 阅读全文

posted @ 2012-10-02 09:51 爱你一万年123 阅读(144) 评论(0) 推荐(0)

对程序员的深恶痛绝

摘要: 本文链接:http://blog.csdn.net/jiuqiyuliang/article/details/8033303 本文作者:廊坊师范学院九期信息技术提高班 于亮 现在社会上依旧还有许多人对程序员和编程不是很了解,甚至是误解。不就是坐在电脑... 阅读全文

posted @ 2012-10-02 08:40 爱你一万年123 阅读(138) 评论(0) 推荐(0)

《Team Geek》前言(中文,自己翻译的)

摘要: Introduction 前言 “Engineeringis easy. People are hard.” ——BillCoughran, former senior vice presidentof engineering at Google “做工程容易,做人难。” ——BillCough... 阅读全文

posted @ 2012-10-02 00:34 爱你一万年123 阅读(175) 评论(0) 推荐(0)

LLVM每日谈之一 LLVM是什么

摘要: 作者:snsn1984 写在前面的话: 最近接触llvm比较多,在这个上面花了不少的时间。感觉llvm要完全理解透是个很不容易的事情,需要在学习过程中好好的整理下自己的思路。刚好又阅读了开源项目Storm的作者Nathan Marz的博客《You should blog even if you ... 阅读全文

posted @ 2012-10-02 00:03 爱你一万年123 阅读(266) 评论(0) 推荐(0)

导航