08.08.2014 13:20, Alex Peshkoff wrote:
> avoid 16-bit limit on object sizes in API calls.

   Do you know that every modern compiler (actually, processor) expand every 
integer 
function parameter to a full machine word? I.e. short in parameters is just a 
syntax 
sugar, they are pushed into stack as integers. You can replace all short 
parameters in old 
API with int and still have backward compatible ABI.
-- 
   WBR, SD.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to