mikeash.com: just this guy, you know?

NSBlog
RSS feed (full text feed)

clang fridayqna(2) gcd llvm(3) opencl wwdc

Showing entries tagged "llvm". Full blog index.

Tags: fridayqna llvmIt's Friday again, and that means another Friday Q&A. As promised, this week's edition will pick up where last week's left off. Last week I discussed the basics of generating code at runtime using LLVM. This week I'm going to build on that base and show how to use LLVM to perform fast forwarding in Objective-C.
(Read More) 14 comments

Friday Q&A 2009-04-17: Code Generation with LLVM, Part 1: Basics at 2009-04-17 11:07
Tags: fridayqna llvmWelcome back to another heart-pounding edition of Friday Q&A. Phil Holland and Ed Wynne both suggested that I do something with LLVM, and so I'm going to discuss how to generate and call code at runtime using LLVM. This week I'm going to talk about the basics needed to get up and running with code generation, and then next week in Part 2 I'm going to show how you can use this technique to build a fast Objective-C trampoline object.
(Read More) 11 comments

WWDC 08 Followup at 2008-06-23 01:33
Tags: wwdc gcd opencl llvm clangAs you saw from my last post, I was sorely disappointed in this year's WWDC keynote. Fortunately the rest of the week didn't follow the same trend.
(Read More) 1 comment