Page 1 of 1

Option CodeLimit valid for native code?

Posted: 11 February 2008, 20:16 PM
by mikep
I set the option codelimit and it seemed to have no affect on the compilation to native mode i.e. setting it to a really low value like 1K. It should be documented as not used for native mode.

Re: Option CodeLimit valid for native code?

Posted: 11 February 2008, 20:35 PM
by dkinzer
mikep wrote:I set the option codelimit and it seemed to have no affect on the compilation to native mode
That is a good point. Since we extract the code size information from the .sym file after that back-end compilation is done, we could add a warning in native mode, too.