search for: getwritewatch

Displaying 6 results from an estimated 6 matches for "getwritewatch".

2009 Feb 26
0
[LLVMdev] Garbage collection
...e world" are completely managed by the OS and not the CPU. I'm not sure if such functionality is part of LLVMs goals. Having that said; functions like : - Enumerate threads - Pause/Resume thread - Get root pointers for a thread (including registers) - Get a list of modified memory-pages (GetWriteWatch in Windows - used in the .net GC) - ... for different platforms - would definitely help building a GC. Just look at the source code of the Boehm GC: It's a completely unmaintainable mess of #ifdefs A little bit off topic: Has anybody tried building a concurrent GC - running in a different _pr...
2009 Feb 26
3
[LLVMdev] Garbage collection
...y the OS > and not the CPU. I'm not sure if such functionality is part of LLVMs goals. > > Having that said; functions like : > > - Enumerate threads > - Pause/Resume thread > - Get root pointers for a thread (including registers) > - Get a list of modified memory-pages (GetWriteWatch in Windows - used in > the .net GC) > - ... > > for different platforms - would definitely help building a GC. Just look at > the source code of the Boehm GC: It's a completely unmaintainable mess of > #ifdefs > > A little bit off topic: Has anybody tried building a conc...
2008 Mar 19
13
Running an .NET 1.1 Program
Hello, im trying to run an .NET 1.1 Program. .NET V1.1 Installation works fine, but when i want to start the Program i get some errors and Program exits Code: fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:shell:URL_ParseUrl failed to parse L"mscorlib" Application tried to create
2009 Feb 26
0
[LLVMdev] Garbage collection
...U. I'm not sure if such functionality is part of LLVMs goals. >> >> Having that said; functions like : >> >> - Enumerate threads >> - Pause/Resume thread >> - Get root pointers for a thread (including registers) >> - Get a list of modified memory-pages (GetWriteWatch in Windows - used in >> the .net GC) >> - ... >> >> for different platforms - would definitely help building a GC. Just look at >> the source code of the Boehm GC: It's a completely unmaintainable mess of >> #ifdefs >> >> A little bit off topic: H...
2009 Feb 26
7
[LLVMdev] Garbage collection
One of the more interesting subjects of conversation at the 2008 developer day was related to garbage collection. With the increasing number of LLVM-based VMs and other projects, I suspect that the desire for more comprehensive garbage collection support in LLVM is only going to increase. (I am now involved in two different open-source projects both of which will eventually have a strong
2008 Nov 21
0
Wine release 1.1.9
...Fix a couple of global stream test failures on Win9x. ole32/tests: Use a CLSID that is more likely to exist on old Windows versions. ole32/tests: Don't hardcode the Ansi codepage value. ole32/tests: Fix a couple of test failures on Win9x and NT4. ntdll: Added stubs for NtGetWriteWatch and NtResetWriteWatch. kernel32: Added GetWriteWatch and ResetWriteWatch. kernel32/tests: Added a bunch of tests for write watches. shell32/tests: Properly cleanup the created favorites shell folder. include: Added the IInternetProtocolEx interface. urlmon/tests: Accep...