This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C51 'in-line' compilation

Hi!

I've a particular module within a large project in which I wish to avoid making jumps to code segments from other modules (including C51 library code).
Is there a means by which I can ensure that the compilation of this module will expand any calls to external code segments 'in-line'? I guess this is more-or-less what happens when optimising for speed, but would appreciate any feedback. (i.e is there a #pragma directive for speed?)

Thanks!

David