Option CodeLimit valid for native code?
Option CodeLimit valid for native code?
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.
Mike Perks
Re: Option CodeLimit valid for native code?
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.mikep wrote:I set the option codelimit and it seemed to have no affect on the compilation to native mode
- Don Kinzer