Re: mutl ibyte to w i d e c h a r

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Bonj (Bonj_at_discussions.microsoft.com)
Date: 12/02/04


Date: Thu, 2 Dec 2004 05:57:02 -0800


> This is what you get if you compile a call to memcpy() with optimization
> set to "maximize speed" in the IDE,

I bet it doesn't know how to produce the MMX instructions that Relivinian
also posted which I'm going to look into.

>
> Norm
> --
> --
> To reply, change domain to an adult feline.
>
>



Relevant Pages

  • Re: Results of the memswap() smackdown from the thread "Sorting" assignment
    ... you used small strings for a reason. ... (but not as good as Ben's optimization) ... relying on the quality of whatever library does memcpy while at the ... a way that I can redefine any library function by a macro. ...
    (comp.programming)
  • Re: converting some autogenerated ruby code to C
    ... faster than the pure Ruby version. ... I'm wondering how much optimization has been done there. ... def test ... You would either have to generate and compile and load a C extension for _each_ call of *eval or somehow collect all the code to eval and do it all at once. ...
    (comp.lang.ruby)
  • Re: [PATCH] Add COH 901 318 DMA block driver v2
    ... device I/O and also a memcpy slave for memcpy. ... new file mode 100644 ... I did an experiment to see if this would compile away if the dev_info ... struct coh901318_lli *lli) ...
    (Linux-Kernel)
  • Re: optimizing
    ... Or does optimization occur both times? ... The usual Fortran model is that optimization is done at compile ... you will have no choice other than to rebuild the libraries. ... on the other platform, but don't know if the optimization for one ...
    (comp.lang.fortran)
  • Re: optimizing
    ... All optimization is done at compile time. ... different object code; once you have the object code, ... target machine isn't what the compiler is running on. ...
    (comp.lang.fortran)