Shop OBEX P1 Docs P2 Docs Learn Events
BST and BSTC Optimizations — Parallax Forums

BST and BSTC Optimizations

jazzedjazzed Posts: 11,803
edited 2012-06-24 11:34 in Propeller 1
Are there any reasons to not use all of the BST optimizations when compiling spin programs?

I use -Ograucx all the time and have had no problems. Any other experiences?

Comments

  • Heater.Heater. Posts: 21,230
    edited 2012-06-24 09:00
    Never had any issues with BST optimizations myself and I don't recall any complaints from others on the forum.

    The only potential problem I can see is that having created a program that depends on such optimizations or language enhancements it becomes impossible for Propeller Tool users to play with.
  • jazzedjazzed Posts: 11,803
    edited 2012-06-24 09:21
    Thanks Heater.
  • D.PD.P Posts: 790
    edited 2012-06-24 10:39
    I have built and fielded MikeG's spinnerette webserver with success using BSTC and the Parallax tools. If I turn the optimizations on in BSTC the webserver does not run and the image is greatly reduced in size. I haven't located the "error/s".
  • jazzedjazzed Posts: 11,803
    edited 2012-06-24 11:16
    D.P wrote: »
    I have built and fielded MikeG's spinnerette webserver with success using BSTC and the Parallax tools. If I turn the optimizations on in BSTC the webserver does not run and the image is greatly reduced in size. I haven't located the "error/s".

    Hi D.P,

    Thanks for this. Will try to reproduce the results. Got a link?

    --Steve
  • D.PD.P Posts: 790
    edited 2012-06-24 11:34
    I just used this link for the source files:

    http://spinneret.servebeer.com:5000/downl.htm
    ....
    All I did was add and one ajax handler to serve some java based guages from the SD card.

    If you want a project archive let me know.
Sign In or Register to comment.