TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Debugging Compilers with Optimization Fuel
20 points
by
pcr910303
over 3 years ago
4 comments
zanzibar735
over 3 years ago
Collapse
I didn't really understand what specifically fuel was here - could anyone help me out?
评论 #30112267 未加载
评论 #30115034 未加载
brrrrrm
over 3 years ago
Beyond debugging, it’s a useful idea for tweaking the trade off between compile time and resultant performance. Especially true with JIT or runtime compilation.
KenoFischer
over 3 years ago
LLVM has this as well now, though I believe this blog post predates the LLVM implementation and may have socialized the concept in LLVM circles.
tardibear
over 3 years ago
(2011)