Skip to content
Snippets Groups Projects
  • Per Hedbor's avatar
    66d928b3
    Made some function non-PMOD_EXPORT. Added pure and malloc attributes. · 66d928b3
    Per Hedbor authored
    This generates somewhat better code for some functions.
    
    As an example, reverse(40Mb string) now takes 0.098 instead of 0.114s,
    or about 16% faster on my computer (gcc 4.4.3).
    
    We really should go through all functions that are exported, and see
    which can be un-exported, and perhaps some more can be made static.
    66d928b3
    History
    Made some function non-PMOD_EXPORT. Added pure and malloc attributes.
    Per Hedbor authored
    This generates somewhat better code for some functions.
    
    As an example, reverse(40Mb string) now takes 0.098 instead of 0.114s,
    or about 16% faster on my computer (gcc 4.4.3).
    
    We really should go through all functions that are exported, and see
    which can be un-exported, and perhaps some more can be made static.