Ho-ho-ho. LLVM in Parrot is getting closer :)

Mar 07, 2011 21:07

Current results of few days of reading LLVM docs/tutorials and one day of hacking.

Basically we can create something like:

int foo() {
printf("Hello World\n");
return 42;
}

In run-time. With LLVM. JIT in parrot is getting closer :)

There is full code:
Read more... )

parrot, rulez, fun, tech

Leave a comment

Comments 3

dil March 7 2011, 10:17:34 UTC
Месье знает толк в извращениях!

Reply

bacek March 7 2011, 10:20:25 UTC
Ещё как!

Reply


excellent job : parrot ext_457113 March 10 2011, 17:32:21 UTC
keep it up, and do progress your work.
LLVM and parrot marraige is a long awaited good news or me.
keep us updated with ur further progress.

Reply


Leave a comment

Up