* [uml-devel] Using -fcombine for UML
@ 2006-08-29 8:30 Paolo Giarrusso
2006-09-12 17:08 ` Jeff Dike
0 siblings, 1 reply; 4+ messages in thread
From: Paolo Giarrusso @ 2006-08-29 8:30 UTC (permalink / raw)
To: Jeff Dike; +Cc: UML-devel
Look there, it would be very useful IMHO for UML:
http://lkml.org/lkml/2006/8/24/212
But I will not have the time for the UML changes, so tune in for them.
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] Using -fcombine for UML
2006-08-29 8:30 [uml-devel] Using -fcombine for UML Paolo Giarrusso
@ 2006-09-12 17:08 ` Jeff Dike
2006-09-17 18:10 ` Blaisorblade
0 siblings, 1 reply; 4+ messages in thread
From: Jeff Dike @ 2006-09-12 17:08 UTC (permalink / raw)
To: Paolo Giarrusso; +Cc: UML-devel
On Tue, Aug 29, 2006 at 10:30:09AM +0200, Paolo Giarrusso wrote:
> Look there, it would be very useful IMHO for UML:
>
> http://lkml.org/lkml/2006/8/24/212
Yeah, looks interesting, but a bunch of work. When you build a directory
at a time, everything that is exposed to the outside needs to be declared
__global.
This is useful documentation in its own right, but it will take some time
to do.
Jeff
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] Using -fcombine for UML
2006-09-12 17:08 ` Jeff Dike
@ 2006-09-17 18:10 ` Blaisorblade
2006-09-19 15:21 ` Jeff Dike
0 siblings, 1 reply; 4+ messages in thread
From: Blaisorblade @ 2006-09-17 18:10 UTC (permalink / raw)
To: Jeff Dike; +Cc: UML-devel
On Tuesday 12 September 2006 19:08, Jeff Dike wrote:
> On Tue, Aug 29, 2006 at 10:30:09AM +0200, Paolo Giarrusso wrote:
> > Look there, it would be very useful IMHO for UML:
> >
> > http://lkml.org/lkml/2006/8/24/212
>
> Yeah, looks interesting, but a bunch of work. When you build a directory
> at a time,
I was thinking by thematic areas - for instance each _user with its _kern
(there are still some such examples). Having little wrappers inlined
(especially for some ones in the hot paths, I'm recalling something about mm
fault handling or such) would help however, and could be prioritized.
> everything that is exposed to the outside needs to be declared
> __global.
> This is useful documentation in its own right, but it will take some time
> to do.
Obviously...
> Jeff
--
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale!
http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] Using -fcombine for UML
2006-09-17 18:10 ` Blaisorblade
@ 2006-09-19 15:21 ` Jeff Dike
0 siblings, 0 replies; 4+ messages in thread
From: Jeff Dike @ 2006-09-19 15:21 UTC (permalink / raw)
To: Blaisorblade; +Cc: UML-devel
On Sun, Sep 17, 2006 at 08:10:13PM +0200, Blaisorblade wrote:
> I was thinking by thematic areas - for instance each _user with its _kern
> (there are still some such examples). Having little wrappers inlined
> (especially for some ones in the hot paths, I'm recalling something about mm
> fault handling or such) would help however, and could be prioritized.
That's an interesting idea. However, I'm trying to get rid of the
_user/_kern pairs, and have mostly succeeded by now. We would have to
pair up files in different directories.
Jeff
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-09-19 15:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-29 8:30 [uml-devel] Using -fcombine for UML Paolo Giarrusso
2006-09-12 17:08 ` Jeff Dike
2006-09-17 18:10 ` Blaisorblade
2006-09-19 15:21 ` Jeff Dike
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.