[Gambas-devel-svn] SF.net SVN: gambas:[4925] gambas/trunk/main
Brought to you by:
gambas
From: <ga...@us...> - 2012-07-09 17:10:27
|
Revision: 4925 http://gambas.svn.sourceforge.net/gambas/?rev=4925&view=rev Author: gambas Date: 2012-07-09 17:10:21 +0000 (Mon, 09 Jul 2012) Log Message: ----------- [INTERPRETER] * NEW: Temporary hack in the GB.New() API so that we can pass a number of arguments in some cases. [GB.COMPLEX] * OPT: Do not create complex objects during arithmetic operations when we are sure that we can reuse a temporary one. That trick can be used in any '_operators' interface. Modified Paths: -------------- gambas/trunk/main/gbx/gbx_api.c gambas/trunk/main/gbx/gbx_c_array.h gambas/trunk/main/lib/complex/ccomplex.c gambas/trunk/main/share/gambas.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |