On Mon, Jul 16, 2018 at 12:01 AM, J. Gareth Moreton
wrote:
> Hi everyone,
>
> So I thought I'd do a little progress update on the pure function research.
>
> So far I'm mostly researching how the node builder works, specifically how
> inline
> functions are handled, since that's a situation where
In that situation, yes it is. Max is a very simple function though, and it gets
more complicated if it appears in another pure function where the parameters are
variables, but whose values are deterministic. In the end, Max is a function
that can be pure and inline.
For optimization, I figured t
Am 16.07.2018 um 07:01 schrieb J. Gareth Moreton:
> As stated in the Wiki page, my first test case is the Max function. Since it
> works both as an inline and a pure function, I can easily change the
> directive to
> analyse the code flow in the compiler.
I may have missed this in the discussion
On Mon, 16 Jul 2018, Victor Matuzenko wrote:
Hi!
There is Fpmmap function in BaseUnix for POSIX's mmap:
https://www.freepascal.org/docs-html/rtl/baseunix/fpmmap.html
I want to mmap a file in writable mode. After some modifications done
I should to call POSIX's msync to garantee changes appli