|
From: Remo D. <re...@de...> - 2006-04-15 08:25:33
|
Joshua Haberman wrote: > I'm not trying to improve on C-compiler-generated code. That's not the > point. > > The point is to generate this assembly at *run-time* (that's the JIT > part), without needing a C compiler to be involved at all. > You mean compiling and executing C code "on the fly"? It's not what tinyCC is trying to ease? Maybe you can have a look at http://www.tinycc.org to see if it fits your need. Remo D. |