View Single Post
Old 17 April 2021, 16:36   #9
StingRay
move.l #$c0ff33,throat
 
StingRay's Avatar
 
Join Date: Dec 2005
Location: Berlin/Joymoney
Posts: 6,863
Quote:
Originally Posted by KONEY View Post
To answer why I choose this approach: get rid of unused CMPs.

This is a good reason but such optimisations should only be done if there is no other way to get the code run as fast as possible. SMC requires to either lock the code to 68000 only, have code to disable (instruction) caches or 2 different code paths for 68000 and 680x0 machines. Up to you do decide if SMC is really worth it.
StingRay is offline  
 
Page generated in 0.04601 seconds with 11 queries