A. Bouchez How does the optimized CopyRecord code in Mormot compare with the asm code in DX/XE7?

A. Bouchez How does the optimized CopyRecord code in Mormot compare with the asm code in DX/XE7? 
I would like to port a RTL path to Fastcode, but would like have your input on this issue. 
Is there a special reason why there's no X64 version in Mormot?

Comments

  1. Javier Hernández
    Patching the RTL is easy.
    You just follow the code that's been written before. If you see the code in SynCommons.pas you'll see it's not that difficult.

    ReplyDelete
  2. Alexander Sviridenkov the compiler version targeting the iOS simulator (DCCIOS32) is essentially the OS X compiler with ARC and WEAKREF support however.

    ReplyDelete
  3. Chris Rolliston
    Thanks, that explains the ARC and WEAKREF, I did wonder about that.
    So I need to retain the support for that and build an optimized version using the Emba code.

    ReplyDelete

Post a Comment