cxcv: compiler*

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

  1. Optimizing code via compiler flags
  2. 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)
  3. cross compiler toolchain
  4. crosstool
  5. Psyco is a Python extension module which can massively speed up the execution of any Python code.
  6. 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.
  7. Tags: , by Benjamin Schweizer (2008-04-08)

Top of the page

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

About - Propulsed by SemanticScuttle