On 11/13/2013 09:25 PM, Sieghard wrote:
> the code the compiler produces may look wildly different from what the 
> programmer expected. 
This is _very_ true with GNU C.  When using optimization level 3, the 
debugger has no chance to show certain variables, as they are optimized 
off or the source code  constructs are replaced by completely different 
constructs that yield the same results but work faster. One reason why C 
usually produces faster code than Pascal.

For debugging you can define a lower Optimization level.

> The _Pascal_ "with" or the (here mentioned) _Oberon_ "with"? They're _not_
> the same!

I see. Eliminating the horrible hiding ambiguity by use of an alias does 
make sense.

-Michael

------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to