Thread overview | ||||||
---|---|---|---|---|---|---|
|
October 15, 2016 Review manager wanted: core.vmm | ||||
---|---|---|---|---|
| ||||
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 Re: Review manager wanted: core.vmm | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dmitry Olshansky | 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 Re: Review manager wanted: core.vmm | ||||
---|---|---|---|---|
| ||||
Posted in reply to Guillaume Piolat | 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 Re: Review manager wanted: core.vmm | ||||
---|---|---|---|---|
| ||||
Posted in reply to Dmitry Olshansky | 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.
|
Copyright © 1999-2021 by the D Language Foundation