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.

LLVM 3.7 Release

117 pointsby cokernel_hackeralmost 10 years ago

8 comments

halosghostalmost 10 years ago
Exciting to finally see the release! But the feature I was most interested in appears to have been pushed to 3.8. Namely, the addition of -fsanitize-trap=undefined (which will allow for some parts of UBSan to run at compile-time rather than adding run-time overhead and bloat).<p>(Also, I know many people are not terribly worried about the overhead and bloat—and, to be fair, it is pretty minimal—but, I&#x27;m a little obsessed with keeping things about as light and small as I can make them.) :P<p>Either way, great to see the new stuff (especially the additions to the the static analyzer and formatter)! Here&#x27;s looking forward to 3.8!
prudhvisalmost 10 years ago
Very exciting. Since the current rustc is based on a fork of llvm, when can we expect it to be part of the mainline llvm?
评论 #10157354 未加载
评论 #10157210 未加载
kibwenalmost 10 years ago
Excellent. While we&#x27;re on the topic, does anyone happen to know the status of LLD?
评论 #10156841 未加载
legulerealmost 10 years ago
&gt; Clang 3.7 includes an implementation of control flow integrity, a security hardening mechanism.<p>I wonder which operating system&#x2F;Linux distribution will be the first to activate this by default when building binaries. It&#x27;s extremely effective in preventing memory unsafety bugs to get exploited without a big performance hit.
dochtmanalmost 10 years ago
I don&#x27;t really understand why important targets like x86&#x2F;x86-64 and ARM don&#x27;t appear at all in the release notes. It seems unlikely that no work at all was done for them...
评论 #10171010 未加载
sebcatalmost 10 years ago
The BPF target looks promising for writing seccomp filters. Anyone tried it?
pjmlpalmost 10 years ago
Nice to see references to LDC and LLVMSharp in the release notes.
ch_123almost 10 years ago
Finally, official OpenMP support!