Thread overview
Review manager wanted: core.vmm
Oct 15, 2016
Dmitry Olshansky
Oct 25, 2016
Guillaume Piolat
Oct 25, 2016
Dmitry Olshansky
Oct 25, 2016
Dicebot
October 15, 2016
The module aims to provide portable interface to virtual memory management unit of the OS. Some common recipes such as locking memory and allocating executable memory should be easily accessible.

In general the task is next to impossible and therefore capabilities of the current OS are captured into manifest constant to allow for conditional adaptation to them (static ifs etc).

https://github.com/dlang/druntime/pull/1549

---
Dmitry Olshansky
October 25, 2016
On Saturday, 15 October 2016 at 14:08:25 UTC, Dmitry Olshansky wrote:
> The module aims to provide portable interface to virtual memory management unit of the OS. Some common recipes such as locking memory and allocating executable memory should be easily accessible.
>
> In general the task is next to impossible and therefore capabilities of the current OS are captured into manifest constant to allow for conditional adaptation to them (static ifs etc).
>
> https://github.com/dlang/druntime/pull/1549
>
> ---
> Dmitry Olshansky

Hi, have you found a review manager yet?
October 25, 2016
On 10/25/16 2:39 PM, Guillaume Piolat wrote:
> On Saturday, 15 October 2016 at 14:08:25 UTC, Dmitry Olshansky wrote:
>> The module aims to provide portable interface to virtual memory
>> management unit of the OS. Some common recipes such as locking memory
>> and allocating executable memory should be easily accessible.
>>
>> In general the task is next to impossible and therefore capabilities
>> of the current OS are captured into manifest constant to allow for
>> conditional adaptation to them (static ifs etc).
>>
>> https://github.com/dlang/druntime/pull/1549
>>
>> ---
>> Dmitry Olshansky
>
> Hi, have you found a review manager yet?

No, the NG was rather silent, so sill looking for one.


October 25, 2016
On Tuesday, 25 October 2016 at 15:08:14 UTC, Dmitry Olshansky wrote:
>> Hi, have you found a review manager yet?
>
> No, the NG was rather silent, so sill looking for one.

As it is a runtime module and not Phobos, I'd be willing to volunteer - but only quite some time later (probably about 1 month). Ping me via e-mail if no one else comes by that time.