TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Let's Write an LLVM Specializer for Python (2015)

271 pointsby Cieplakover 5 years ago

10 comments

kiriliponiover 5 years ago
I recommand David Beazley&#x27;s talk from a recent PyCon India on a similar subject : <a href="https:&#x2F;&#x2F;youtu.be&#x2F;r-A78RgMhZU" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;r-A78RgMhZU</a><p>Mostly live coded, it really is pretty amazing but also quite insightful.
评论 #21269966 未加载
shalabhcover 5 years ago
If you like this you might also like <a href="http:&#x2F;&#x2F;terralang.org" rel="nofollow">http:&#x2F;&#x2F;terralang.org</a>
评论 #21272065 未加载
saagarjhaover 5 years ago
Cool! Aside from the Python JIT portion, this was a pretty decent dive into LLVM. One question: was this a notebook, or it it just CSS that&#x27;s making the code look like that?
评论 #21268908 未加载
gjvcover 5 years ago
As others have noted, this is a somewhat dated article. Indeed, the github page for llvmpy (<a href="https:&#x2F;&#x2F;github.com&#x2F;llvmpy&#x2F;llvmpy" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;llvmpy&#x2F;llvmpy</a>) recommends to use llvmlite (<a href="https:&#x2F;&#x2F;github.com&#x2F;numba&#x2F;llvmlite" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;numba&#x2F;llvmlite</a>) instead.<p>See also <a href="http:&#x2F;&#x2F;llvmlite.pydata.org&#x2F;en&#x2F;latest&#x2F;user-guide&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;llvmlite.pydata.org&#x2F;en&#x2F;latest&#x2F;user-guide&#x2F;index.html</a> and in the context of the original article, in particular these two pages:<p><a href="http:&#x2F;&#x2F;llvmlite.pydata.org&#x2F;en&#x2F;latest&#x2F;user-guide&#x2F;ir&#x2F;examples.html" rel="nofollow">http:&#x2F;&#x2F;llvmlite.pydata.org&#x2F;en&#x2F;latest&#x2F;user-guide&#x2F;ir&#x2F;examples....</a><p><a href="http:&#x2F;&#x2F;llvmlite.pydata.org&#x2F;en&#x2F;latest&#x2F;user-guide&#x2F;binding&#x2F;examples.html" rel="nofollow">http:&#x2F;&#x2F;llvmlite.pydata.org&#x2F;en&#x2F;latest&#x2F;user-guide&#x2F;binding&#x2F;exam...</a><p>Hope this helps! :-)
dangover 5 years ago
A thread from 2016: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12063808" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12063808</a><p>Discussed at the time: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8929040" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8929040</a>
pulse7over 5 years ago
Nice, compressed LLVM overview...
underdeserverover 5 years ago
Anyone got a benchmark for the LLVM&#x27;d code?
accnumnplus1over 5 years ago
Am I being daft, or is there not much sbout specializers on the web? Any links much appreciated.
wenningover 5 years ago
I&#x27;m wonder why llvmpy depends on llvm3.2 or 3.3, it&#x27;s so a lot behind current version.
评论 #21273829 未加载
sergiusover 5 years ago
Why not just use Nim?
评论 #21273437 未加载
评论 #21270012 未加载
评论 #21269854 未加载