
pablo at eurodev
Jun 27, 2003, 9:47 AM
Post #6 of 7
(334 views)
Permalink
|
Miguel Angel Ajo Pelayo wrote: >Hello Alvaro, > >Thursday, June 26, 2003, 11:29:06 PM, you wrote: > >ALO> -----BEGIN PGP SIGNED MESSAGE----- >ALO> Hash: SHA1 > > >ALO> What do you think? :) > > >I think it's better declaring a buffer everywhere needed.... > >declaring a new buffer inside a procedure... means only... 1 >instruction (really 2... 1 for keeping the pointer) > >MOV pointer,ESP >ADD ESP,#(buffer_size) > >it doesn't mean a big overhead, like calling to the operating system >to allocate some more memory ;) > > > my opinion: it's better to create individual buffers everywhere > needed, so it's totally controlled... and we won't get any > disgusting surprise ... ;) > Hi guys, I agree with you Ajo. Pablo > > > > > >
|