Stub-Code Performance is Becoming Important

  • Author:

    Andreas Haeberlen, Jochen Liedtke, Yoonho Park, Lars Reuther, and Volkmar Uhlig

  • Source:

    Proceedings of the 1st Workshop on Industrial Experiences with Systems Software (WIESS), San Diego, CA, October 2000

  • Date: 10.2000
  • Abstract:

    As IPC mechanisms become faster, stub-code efficiency becomes a performance issue for local client/server RPCs and inter-component communication. Inefficient and unnecessary complex marshalling code can almost double communication costs. We have developed an experimental new IDL compiler that produces nearoptimal stub code for gcc and the L4 microkernel. The current experimental IDL4 compiler cooperates with the gcc compiler and its x86 code generator. Other compilers or target machines would require different optimizations. In most cases, the generated stub code is approximately 3 times faster (and shorter) than the code generated by a commonly used portable IDL compiler. Benchmarks have shown that efficient stubs can increase application performance by more than 10 percent. The results are applied within IBM’s SawMill project that aims at technology for constructing multi-server operating systems.

    BibTex:

    @InProceedings{haeberlen00stubcode,
      author = {Andreas Haeberlen and Jochen Liedtke and Yoonho Park and Lars Reuther and Volkmar Uhlig},
      title = {Stub-Code Performance is Becoming Important},
      booktitle = {Proceedings of the 1st Workshop on Industrial Experiences with Systems Software},
      address = {San Diego, CA},
      month = oct # "~22",
      year = 2000,
      url = {http://l4ka.org/publications/}
    }