Re: [Firebird-devel] MacOS build fail "SSE4.2 instruction set not enabled"

2017-05-15 Thread Alex Peshkoff
On 05/12/17 22:13, Julien wrote: > I gave a try but had this: > lo/lode/dev/core/workdir/UnpackedTarball/firebird/src/common/CRC32C.cpp:41:10: > error: always_inline function '_mm_crc32_u8' requires target feature > 'sse4.1', but would be inlined into function 'CRC32C' that is compiled > without

[Firebird-devel] [FB-Tracker] Created: (CORE-5538) Add ability to backup/restore only those (several) tables which are enumerated as command line argument (pattern)

2017-05-15 Thread Pavel Zotov (JIRA)
Add ability to backup/restore only those (several) tables which are enumerated as command line argument (pattern) - Key: CORE-5538 URL: http://tracker.

Re: [Firebird-devel] MacOS build fail "SSE4.2 instruction set not enabled" (abandonned)

2017-05-15 Thread marius adrian popa
I will check your patch this week on a mac / windows and linux , It's still a hack so the proper way to solve it is like described in this stackoverflow solution http://stackoverflow.com/questions/11228855/header-files- for-x86-simd-intrinsics I used tips from https://bidetly.io/2017/02/08/crc-pa

Re: [Firebird-devel] MacOS build fail "SSE4.2 instruction set not enabled" (abandonned)

2017-05-15 Thread Dimitry Sibiryakov
15.05.2017 22:24, marius adrian popa wrote: > > and eliminated msse4 flag from compiler command line > > https://gist.github.com/mariuz/753f6fce7ebe0ac9bcf2cb26905c1cc1 Did you check that it can be compiled? For me the trick with attribute did not work: compilation failed with subj error. -

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-15 Thread Jiří Činčura
Interesting. So the workaround would be to not have running server while the embedded stuff is running? Not sure I can do that, but I'll think about. Right now it's killing the performance of the embedded in my case. It got from 6 minutes to 34 minutes on single app run. Not good. >The questio

Re: [Firebird-devel] Every other execution of embedded isql slow

2017-05-15 Thread Vlad Khorsun
16.05.2017 8:03, Jiří Činčura wrote: > Interesting. So the workaround would be to not have running server while > the embedded stuff is running? Not sure I can do that, but I'll think > about. Right now it's killing the performance of the embedded in my > case. It got from 6 minutes to 34 minutes o