Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Pascal port of the integer-only OGG vorbis decoder TREMOR

  1. #11
    Andrew

    PS in case you dont know -O1 and -O3 are compiler flags for generating faster code
    I guess this answer is for me? Then LOL ) Anyway, thanks for the test.

  2. #12
    Quote Originally Posted by Drewski View Post
    To anyone who wants to know: I did a simple test where I decoded an ogg file multiple times on a raspberrypi. The hard float version(libvorbisdec.so) took 60 seconds and this pascal -O3 integer version took 83 seconds. The -O1 version took about 120 seconds.

    I don't have a comparison to the library version of vorbistremor.

    Andrew

    PS in case you dont know -O1 and -O3 are compiler flags for generating faster code
    Which FPC version have you used? Not the SVN trunk (a ka 2.7.1)? Because the SVN trunk of FPC has many new code generator optimizations specially for the ARM cpu target.

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •