On Tue, Feb 27, 2001 at 10:39:13PM -0800, Julian Elischer wrote: > no, something specifically designed around kernel type of actions. > declarations of "physical pointer", "kvm pointer" "User Pointer" > for example, and being able to declare a structure (not 'struct') > and say "this list is 'per process'" and have the list head > automatically in the proc struct > without haviong to add it there.. i.e backwards from today.. Rumor has it that MS has several compiler extensions, just for supporting their kernel. Some of what you say above could be built on top of the compiler, declaratively. Language support works well in cases where writing the same code by hand is tedious and error prone or down right ugly - like several hundred if (foo = null) return blah checks. -Arun To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Tony Finch
- Re: Setting memory allocators for library functions. Daniel C. Sobral
- Re: Setting memory allocators for library functions. Rik van Riel
- Re: Setting memory allocators for library functions. Arun Sharma
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Julian Elischer
- Re: Setting memory allocators for library functions. Wes Peters
- Re: Setting memory allocators for library functions. Julian Elischer
- Re: Setting memory allocators for library functions. Arun Sharma
- Re: Setting memory allocators for library functions. Nate Williams
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Nate Williams
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Matt Dillon
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Rik van Riel
- Re: Setting memory allocators for library functions. Peter Seebach
- Re: Setting memory allocators for library functions. Rik van Riel
- Re: Setting memory allocators for library functions. Peter Seebach