Skip to content
  • oliver@apple.com's avatar
    Improve native call performance · 459251ae
    oliver@apple.com authored
    Reviewed by Gavin Barraclough.
    
    Fix the windows build by adding calling convention declarations everywhere,
    chose fastcall as that seemed most sensible given we were having to declare
    the convention explicitly.  In addition switched to fastcall on mac in the
    deluded belief that documented fastcall behavior on windows would match
    actual its actual behavior.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@43372 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    459251ae