Option CodeLimit valid for native code?

A private (members-only) forum for discussing all issues related to the Beta test of Native mode devices.
Locked
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Option CodeLimit valid for native code?

Post 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.
Mike Perks
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Option CodeLimit valid for native code?

Post 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.
- Don Kinzer
Locked