[PATCH] box/memtx: strip_core -- Warn on linux only
Cyrill Gorcunov
gorcunov at gmail.com
Fri Aug 30 10:24:05 MSK 2019
On Fri, Aug 30, 2019 at 01:16:15AM +0300, Alexander Turenko wrote:
> > Wait, do you propose to do similar compile-time check for madvise
> > feature inside tarantool code?
>
> I imagine it as two functions in small: one for check whether madvise is
> compiled-in (i.e. it is expected to be supported on a platform) and
> another (existing now) whether it is actually works. After that we can
> separately check 'is it supported on a platform' and 'is it works' from
> tarantool code to implement the logic described below.
>
> Anyway, I would not bother with all this stuff until at least one
> another feature will require something like that.
I see, thanks!
More information about the Tarantool-patches
mailing list