What's a good paper (or book) reviewing current trends in compilers?
Ask HN: Are compiler engineers still in demand, and what do they work on?
61–70 of 98 posts
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#62We're hiring compiler engineers at Horizon Quantum Computing ( http://horizonquantum.com ).
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#63Earlier quoted context omitted.
I don't pretend to have a total picture of all the possibilities, and there's quite a bit of not-always-explainable variation in what I do know, but I think it would be fair to say that people in this field are quite some way from going hungry. It tends to be better remunerated than a typical software gig but it's certainly possible to earn more in AI/ML. A lot also depends on whether you want to be a "normal" engine…
Do you mean that compiler engineers are getting paid shit nowadays?
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#64Earlier quoted context omitted.
I worked as a compiler engineer at a big tech company in SV and lived very comfortably, was able to put a lot of money aside. The demand outstrips the supply, it's hard to hire qualified people, so the salaries have to be high to attract those qualified. Tangentially, I think the supply is small because compiler engineering is not a fashionable field of study. Everyone wants to do "AI" these days.
I hope am not being pushy but could you please say how much you made and in which company? Thanks
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#65JIT compiled scripting languages and DSLs (domain specific languages) are all over the place, GPUs and the APIs that run on GPSs all need special compilers, embedded processors and custom chips often need custom compilers and/or custom optimizations.
There’s certainly a ton of optimization work out there, so if you like designing optimizations on top of existing compilers, you can pretty much pick what kinds of API/software/hardware you want to work on.
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#66Earlier quoted context omitted.
I hope am not being pushy but could you please say how much you made and in which company? Thanks
I'm not a compiler engineer, but I'm willing to venture that the lower bounds of a "competitive salary" for an engineer in silicon valley is somewhere between 200 & 250k. Compiler engineers may make much more, I don't know, but it's unlikely they make less than that. Perhaps that answers your question?
Good point. The biggest factor that determines an engineer's salary is location, followed by years of experience. Not whether they work on compilers/embedded/web/whatever.
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#67Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#68Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#69It is very sad how the engineer term has been corrupted.
You are an engineer only if you pass the FE exam and are a registered member of the state association of engineers
Re: Ask HN: Are compiler engineers still in demand, and what do they work on?
#70We're hiring compiler engineers at Horizon Quantum Computing ( http://horizonquantum.com ).
a bit off topic shot in the dark here, but no one seems to be able to tell me so far. what kind of machine code a quantum computer would execute. is it a instruction set like any computer or does it contain a lot of weirdness (instructions mapping to insane kind of micro-op sequences or something?) is there any information out on that topic at all? i am assuming it would still be mapping some electrical 1/0 kind of v…