[Mono-dev] [PATCH] Implement mono_thread_get_stack_bounds on windows

Rodrigo Kumpera kumpera at gmail.com
Wed May 20 18:32:35 EDT 2009


And, of course, I forgot to attach the patch.

On Wed, May 20, 2009 at 7:31 PM, Rodrigo Kumpera <kumpera at gmail.com> wrote:

> Forgot to mention that there is another well know hack to discover stack
> bounds and why I rather like this one.
>
> The hack is to use VirtualQuery on %esp and expand the range to upward
> regions.
>
> I think the VirtualQuery hack is worse as it works by using a somewhat ok
> heuristics and OTOH the NtCurrentTe
> one provides precise information and I doubt it will disapear overnight.
>
>
>
>
> On Wed, May 20, 2009 at 7:25 PM, Rodrigo Kumpera <kumpera at gmail.com>wrote:
>
>> Hey,
>>
>> Attached is a patch that implements this function on windows. Tested only
>> on XP/win32.
>>
>> Cheers,
>> Rodrigo
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090520/3c513fe4/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win_thread_bounds.diff
Type: text/x-patch
Size: 2016 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20090520/3c513fe4/attachment.bin 


More information about the Mono-devel-list mailing list