Shop OBEX P1 Docs P2 Docs Learn Events
SimpleIDE program size?? — Parallax Forums

SimpleIDE program size??

RsadeikaRsadeika Posts: 3,837
edited 2013-07-29 10:48 in Propeller 1
I am working on a Spin program, and it is starting to get big. In the build status, for the program, it is showing: '2440 bytes sent' and 'Program size is 2436 longs'. Not sure how to interpret those numbers as it applies too the actual program size. Since total RAM = 8192 longs, does it mean that I have already used 30% of my program resources, while the program size is only 2440 bytes in size? I think that I am missing something here. I think that maybe their should be a better listing of what resources are being used, and what you still have available. Right now I have no idea as to where my program stands.

Ray

Comments

  • jazzedjazzed Posts: 11,803
    edited 2013-07-29 06:58
    Rsadeika wrote: »
    I am working on a Spin program, and it is starting to get big. In the build status, for the program, it is showing: '2440 bytes sent' and 'Program size is 2436 longs'.
    Bstc reports longs which is wrong. The correct information is shown on the IDE.
  • jazzedjazzed Posts: 11,803
    edited 2013-07-29 10:48
    On the next release, I'll intercept the bstc size information and fix it before it gets printed to build status.
Sign In or Register to comment.