summaryrefslogtreecommitdiff
path: root/open_issues/mig_stub_functions.mdwn
diff options
context:
space:
mode:
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> :)