On 11/13/2013 12:21 PM, Martin Schreiber wrote: > > Never mind. "with" is very important in order to speed up array of record > addressing and the like. I disagree. With is just a way to save some typing. speeding the runtime execution is up to the compiler optimization (it might decide to use a pointer if appropriate) gnu C (which does not provide "with") does this all the time if you e.g. walk through an arrays of records.
> Have you seen the "r:" in above statement? Yep. My answer was just about "with" itself and not about this special use of it. -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

