タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

monoとllvmに関するperezvonのブックマーク (1)

  • Mono LLVM | Mono

    Mono support two compilation engines, a fast, JIT-friendly compilation engine which does not generate very fast code, and a slower compilation engine based on the LLVM optimizing compiler that produces superior code. For example the SciMark score goes from 609 to 851. This extra performance comes at a cost: It consumes more time and more memory to JIT compile using LLVM than using Mono’s built-in

    perezvon
    perezvon 2012/01/17
    Long running desktop applications like Banshee and Gnome-Do want to keep memory usage low and also would most likely not benefit from better code generation. Our own tests show that ASP.NET applications do not seem to benefit very much (but web apps are inherently IO-bound).
  • 1