develooper Front page | perl.perl6.internals | Postings from October 2005

Re: [perl #37303] [PATCH] Relaxing parrot dependency on parrot_config

Thread Previous | Thread Next
From:
Nick Glencross
Date:
October 17, 2005 06:48
Subject:
Re: [perl #37303] [PATCH] Relaxing parrot dependency on parrot_config
Message ID:
dcb629180510170519j1b8dc78bm49acd8fc8db43d11@mail.gmail.com
Let me try reposting the patch, which gives me the opportunity to bit
twiddle a bit more:

  * Removed the mmap nonsense which was sent by accident

  * Renamed config.c to config_string.c to make it less generic

  * Moved a couple externs from a core parrot library into the main
executable, where they sit better

Thanks for considering this patch,

Nick

On 10/17/05, Joshua Hoblitt via RT <parrotbug-followup@parrotcode.org> wrote:
> I'm guessing that this change in src/embed.c wasn't intended to be included in the patch:
>
> -            mmap(0, program_size, PROT_READ, MAP_SHARED, fd, (off_t)0);
> +            mmap(0, program_size, PROT_READ, MAP_PRIVATE, fd, (off_t)0);

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About