Hi Kalle, I noticed your email only now (even though the timestamp is earlier than my reply). It probably got stuck somewhere.
>> Unless I begin to try to call llvm_codegen() from my new >> device.run()... but more about that in a minute... > > This part too should be implemented with API calls. Unfortunately, LLVM > doesn't yet (last I checked) have a working linker, so at least one > system call is needed. Unless one could do JITting. We should be able to omit the linkage step in the kernel code generation as the kernels should be fully linked with everything needed. The "linkage" should be doable fully at the LLVM IR level (at least if we do not need libm for maths). -- --Pekka ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
