Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Other Languages
Anyone know ASM?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Lauren" data-source="post: 19325" data-attributes="member: 3140"><p>Assembly is tons of fun, but once you step into real-deal deep pipelines and multiple core execution models you start to realize that some things are best left to the compiler. Even a 4~8 stage pipe can destroy your execution times if you end up with a data hazard or a lock in the middle of a loop. A little bit of knowledge is a dangerous thing...</p><p></p><p>Most of my work gets done in C these days.</p></blockquote><p></p>
[QUOTE="Lauren, post: 19325, member: 3140"] Assembly is tons of fun, but once you step into real-deal deep pipelines and multiple core execution models you start to realize that some things are best left to the compiler. Even a 4~8 stage pipe can destroy your execution times if you end up with a data hazard or a lock in the middle of a loop. A little bit of knowledge is a dangerous thing... Most of my work gets done in C these days. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Other Languages
Anyone know ASM?
Top