cxcv: compiler*

9 bookmark(s) - Sort by: Date ↑ / Title / - Bookmarks from other users for this tag

  1. Tags: , by Benjamin Schweizer (2008-04-08)
  2. This series of articles is a tutorial on the theory and practice of developing language parsers and compilers. Before we are finished, we will have covered every aspect of compiler construction, designed a new programming language, and built a working compiler.
  3. Psyco is a Python extension module which can massively speed up the execution of any Python code.
  4. crosstool
  5. cross compiler toolchain
  6. Emscripten is an LLVM-to-JavaScript compiler. It takes LLVM bitcode (which can be generated from C/C++, using llvm-gcc or clang, or any other language that can be converted into LLVM) and compiles that into JavaScript, which can be run on the web (or anywhere else JavaScript can run).
    Tags: , , , by Benjamin Schweizer (2011-07-31)
  7. Optimizing code via compiler flags

Top of the page

First / Previous / Next / Last / Page 1 of 1 Bookmarks: Tags: compiler

About - Propulsed by SemanticScuttle