Tagged Questions
7
votes
8answers
539 views
Are there any concrete examples of where a paralellizing compiler would provide a value-adding benefit?
Paul Graham argues that:
It would be great if a startup could give us something of the old
Moore's Law back, by writing software that could make a large number
of CPUs look to the developer ...
3
votes
1answer
430 views
Is it possible to take a binary compiled for ARMv7 architecture and convert it to ARMv6?
Is it possible to take a binary compiled for ARMv7 architecture and convert it to ARMv6 ?
Are there any tools that can do this?
6
votes
6answers
697 views
What is the advantage of learning about and understanding compiler construction?
I'm a undergraduate in my 3rd year of a Software Engineering degree. From this year on, my university has introduced a new course called 'Compiler Constructions', which teaches you the basics of the ...