aboutsummaryrefslogtreecommitdiff
path: root/open_issues/mig_stub_functions.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2014-02-26 12:32:06 +0100
committerThomas Schwinge <thomas@codesourcery.com>2014-02-26 12:32:06 +0100
commitc4ad3f73033c7e0511c3e7df961e1232cc503478 (patch)
tree16ddfd3348bfeec014a4d8bb8c1701023c63678f /open_issues/mig_stub_functions.mdwn
parentd9079faac8940c4654912b0e085e1583358631fe (diff)
downloadweb-c4ad3f73033c7e0511c3e7df961e1232cc503478.tar.gz
web-c4ad3f73033c7e0511c3e7df961e1232cc503478.tar.bz2
web-c4ad3f73033c7e0511c3e7df961e1232cc503478.zip
IRC.
Diffstat (limited to 'open_issues/mig_stub_functions.mdwn')
-rw-r--r--open_issues/mig_stub_functions.mdwn14
1 files changed, 13 insertions, 1 deletions
diff --git a/open_issues/mig_stub_functions.mdwn b/open_issues/mig_stub_functions.mdwn
index 24a582b1..474a7675 100644
--- a/open_issues/mig_stub_functions.mdwn
+++ b/open_issues/mig_stub_functions.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2013 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2013, 2014 Free Software Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -39,3 +39,15 @@ License|/fdl]]."]]"""]]
<teythoon> btw, is there any reason why mig couldn't generate the request
and reply routines from the synchronous routines?
<braunr> i guess it could
+
+
+# Compiler Optimization
+
+## IRC, freenode, #hurd, 2013-12-02
+
+ <teythoon> braunr: inlining the mach generated x_server_procedure functions
+ shaved 5 minutes off my hurd package build :)
+ <teythoon> i guess fakeroot-tcp benefits most from this... I'm going to try
+ this w/o fakeroot and on real hardware shortly
+ <braunr> teythoon: nice
+ <teythoon> :)