8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
alexpeshkoff 016b4f6c39 An attempt to save some space on stack in VC builds.
It was detected by Dmitry, that VC has rather non-standard rules when allocating
stack variables. I can provide omitted here details, but the result was about 13K on stack
per each PASS1_node() invocation (gcc consumed only 1.25K for it). With allocation of
status array from the pool problem became much less dangerous, but stack consumption is still
rather big in VC. This version of classes makes on-stack memory, used by each instance
of the class, as small as possible - sizeof(void*). Therefore please don't blame me
for 'strange' internals of Arg classes.
2008-11-23 14:34:39 +00:00
builds Fix nbackup build (msvc8) 2008-11-22 13:40:48 +00:00
doc Implemented CORE-2197: added support for -nodbtriggers switch in gbak into services API 2008-11-17 16:34:48 +00:00
examples Fixed compilation of empbuild. 2005-12-09 10:17:25 +00:00
extern I became tired of the many warnings in btyacc (really ugly code) and decided to solve or hide most of them. 2008-09-05 08:47:48 +00:00
generated Trying to solve the CVS error in generated directory 2003-09-02 00:12:19 +00:00
lang_helpers Implemented CORE-1758: nBackup support in Services API. 2008-11-20 17:29:38 +00:00
src An attempt to save some space on stack in VC builds. 2008-11-23 14:34:39 +00:00
acx_pthread.m4 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 2004-10-04 05:23:56 +00:00
autogen.sh Misc 2008-11-09 22:42:11 +00:00
ChangeLog nightly update 2008-11-22 19:38:21 +00:00
configure.in Implemented CORE-1758: nBackup support in Services API. 2008-11-20 17:29:38 +00:00
Makefile.am Patch from Marius Popa to build on Ubuntu 8.10 2008-11-06 00:52:33 +00:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00