[llvm-commits] [llvm] r112465 - in /llvm/trunk/examples: Makefile TracingBrainF/ TracingBrainF/BrainF.h TracingBrainF/BrainFCodeGen.cpp TracingBrainF/BrainFInterpreter.cpp TracingBrainF/BrainFOpcodes.cpp TracingBrainF/BrainFTraceRecorder.cpp TracingBrainF/BrainFVM.h TracingBrainF/Makefile TracingBrainF/README
Chris Lattner
clattner at apple.com
Mon Aug 30 12:43:28 PDT 2010
On Aug 30, 2010, at 12:33 AM, Owen Anderson wrote:
> Author: resistor
> Date: Mon Aug 30 02:33:39 2010
> New Revision: 112465
>
> URL: http://llvm.org/viewvc/llvm-project?rev=112465&view=rev
> Log:
> Add a new example to the LLVM distribution: a trace-based Brainfuck compiler that uses LLVM as its code generator.
This sounds like a somewhat useful example, but its utility is limited by it compiling brainfuck (which noone knows and whose lessons don't apply directly to other languages). Why not turn this into a tutorial or something instead of an example in the main distribution?
-Chris
More information about the llvm-commits
mailing list