Thread
:
[ASSEMBLER] How easy is it to get started asm coding on Maemo5?
View Single Post
freemangordon
2012-09-19 , 08:14
Posts: 3,074 | Thanked: 12,964 times | Joined on Mar 2010 @ Sofia,Bulgaria
#
15
+1
I also stopped doing hand-optimized assembler code with 486. With one exception - stupid M$ compiler did't optimize well for Duron's pipelines, so I hand-optimized some mmx code (video decoder), but that was just an exception.
Using assembler makes absolutely no sense for general programming, especially now we have gcc 4.7.X. You may use assembler for some specific piece of code, but still, you won't beat compiler if you don't have a sh*tload of emulators, so you can trace pipelines, branches, caches, instruction dependencies, whatnot.
@Reinob - "smooth transitions" falls in the same category as "ecosystem" if you ask me
__________________
Never fear. I is here.
720p video support on N900
,
SmartReflex on N900
,
Keyboard
and
mouse
support on N900
Nothing is impossible -
Stable thumb2 on n900
Community SSU
developer
kernel-power
developer and maintainer
Quote & Reply
|
The Following User Says Thank You to freemangordon For This Useful Post:
reinob
freemangordon
View Public Profile
Send a private message to freemangordon
Find all posts by freemangordon