Post Reply 
Pascal language for HP49-50
11-24-2020, 08:37 AM
Post: #20
RE: Pascal language for HP49-50
(11-23-2020 06:04 AM)rwiker Wrote:  This is simply incorrect - there is absolutely no reason that a cross compiler should produce less efficient code than a compiler for the same language running on the target machine. In fact, it is typically the other way round, as the cross compiler host is normally more powerful, and can spend more resources (memory, cpu cycles, ...) on optimizing the compiled code.

That is pure theory, unfortunately it looks different in practice. The degree of code optimization is only rudimentary in most cross compilers, so native compilers are always preferable. This is especially true when the available hardware resources of a system offer little scope for this. The more differences that have to be overcome, the greater the conversion losses. Cross compilers certainly have their advantages in many areas, but not for the mentioned calculators!
__________________________________
"Move forward and do what you think is best. If you make a mistake, you’ll learn something. But don’t make the same mistake twice." - Akio Morita
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Pascal language for HP49-50 - Gilles - 11-17-2020, 10:42 PM
RE: Pascal language for HP49-50 - Gilles - 11-18-2020, 05:39 PM
RE: Pascal language for HP49-50 - OtakuLab - 11-20-2020, 08:40 AM
RE: Pascal language for HP49-50 - cruff - 11-20-2020, 02:42 PM
RE: Pascal language for HP49-50 - pier4r - 11-20-2020, 07:37 PM
RE: Pascal language for HP49-50 - OtakuLab - 11-20-2020, 11:20 PM
RE: Pascal language for HP49-50 - pier4r - 11-22-2020, 08:30 PM
RE: Pascal language for HP49-50 - OtakuLab - 11-23-2020, 12:02 AM
RE: Pascal language for HP49-50 - rwiker - 11-23-2020, 06:04 AM
RE: Pascal language for HP49-50 - OtakuLab - 11-24-2020 08:37 AM
RE: Pascal language for HP49-50 - cruff - 11-24-2020, 02:06 PM
RE: Pascal language for HP49-50 - ldesnogu - 11-24-2020, 06:24 PM
RE: Pascal language for HP49-50 - pier4r - 11-24-2020, 06:20 PM
RE: Pascal language for HP49-50 - grsbanks - 11-20-2020, 03:46 PM



User(s) browsing this thread: 1 Guest(s)