AltSearch
beta

Compiler - Recent Bookmarks - Page 1:


NO EXECUTE! September 3, 2008
fantastic info on doing fast emulators and/or interpreters!  Check out the previous entry links at the bottom  of the page.
http://www.emulators.com/docs/nx25_nostradamus.htm
Tags: interpreter, optimization, emulation, programming, assembly, howto, compiler, compilers, emulator, fast Saved by: admin at 29 May 2011

Parsing Techniques - A Practical Guide
Contains link to a freely-available downloadable version. "This 320-page book treats parsing in its own right, in greater depth than is found in most computer science and linguistics books. It offers ... Read more
http://www.few.vu.nl/~dick/PTAPG.html
Tags: parsing, programming, book, compiler, books, free, parser, education, algorithms, ebooks Saved by: admin at 19 Mar 2011

Introduction to Pharen
Pharen is a compiler that takes a Lisp-like language and turns it into PHP code. This combines Lisp’s advantages of uniform syntax and homoiconicity (among others) and PHP’s advantage of…being e... Read more
http://scriptor.github.com/pharen/index.html
Tags: php, lisp, compiler, programming, language, web, codegeneration, pharen, alt_lang, crosscompiler Saved by: admin at 31 Jan 2011

Chromium Blog: A New Crankshaft for V8
Today we are introducing Crankshaft, a new compilation infrastructure for V8, Google Chrome’s JavaScript engine. By using aggressive optimizations, Crankshaft dramatically improves the performance o... Read more
http://blog.chromium.org/2010/12/new-crankshaft-for-v8.html
Tags: chrome, javascript, performance, v8, google, browser, chromium, compiler, crankshaft, via:packrati.us Saved by: admin at 08 Dec 2010

Beginner's Guide to Linkers
This article is intended to help C & C++ programmers understand the essentials of what the linker does. I've explained this to a number of colleagues over the years, so I decided it was time to write ... Read more
http://www.lurklurk.org/linkers/linkers.html
Tags: programming, linker, c++, c, compiler, compilers, assembly, code, tutorial, gcc Saved by: admin at 23 Aug 2010

ridiculous_fish » Blog Archive » Will it optimize?
See how well you know (or can anticipate) gcc’s optimizer. For each question, the left box contains some code, while the right box contains code that purports to do the same thing, but that illustra... Read more
http://ridiculousfish.com/blog/archives/2010/07/23/will-it-optimize/
Tags: gcc, programming, optimization, c, compiler, performance, c++, quiz, tech, compilers Saved by: admin at 24 Jul 2010

Eli Bendersky’s website » Blog Archive » Python internals: adding a new statement to Python
"This article is an attempt to better understand how the front-end of Python works. Just reading documentation and source code may be a bit boring, so I’m taking a hands-on approach here: I’m goin... Read more
http://eli.thegreenplace.net/2010/06/30/python-internals-adding-a-new-statement-to-python/
Tags: python, programming, compiler, development, code, howto, internals, blog, interpreter, coding Saved by: admin at 01 Jul 2010

7 lines of code, 3 minutes: Implement a programming language
"Implementing a programming language is an experience no programmer should go without; the process fosters a deep understanding of computation, and beside that, it's fun! In this article, I've boiled ... Read more
http://matt.might.net/articles/implementing-a-programming-language/
Tags: programming, scheme, language, compiler, design, interpreter, languages, lisp, functional, compilers Saved by: admin at 29 Jun 2010

lbrandy.com » Blog Archive » You can’t beat a good compiler… right?
As an aside, I have a question: how exactly does one go about learning how to go beyond standard C into hardcore optimization? For me, it’s been a long road of trial & error, and random discovery. I... Read more
http://lbrandy.com/blog/2010/06/you-cant-beat-a-good-compile
Tags: c, optimization, programming, c++, compiler, assembly, gcc, compilers, memory, optimisation Saved by: admin at 08 Jun 2010

HackageDB: berp-0.0.1
Berp is an implementation of Python 3, written in Haskell. It provides a compiler and an interpreter. In both cases the input Python program is translated into Haskell code. The compiler turns the Has... Read more
http://hackage.haskell.org/package/berp-0.0.1
Tags: haskell, python, programming, compiler, 331, convert, interesting, to-read, via:reddit Saved by: admin at 31 May 2010