Re: is there any difference between compiling one-by-one or in a command file?


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Barbara Brazil on June 04, 2010 at 13:10:13:

In Reply to: is there any difference between compiling one-by-one or in a command file? posted by Bob A on June 04, 2010 at 10:13:58:

Bob:

It sounds like some compiles are being done with the "byte-align" switch set and others without it. The "B" option on the compile sets byte alignment. This refers to the way data is laid out in your program's memory. If not byte-aligned, it's word aligned which can end up requiring more memory because some bytes will be unused for data when each item is aligned on a word boundary.

It shouldn't matter how you compile, just how the switch is set. In addition to setting it in your compilation commands, if you have a #MTB file it may contain default settings for this.

bb


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]