search for: pr419

Displaying 1 result from an estimated 1 matches for "pr419".

Did you mean: pr411
2004 Aug 16
2
[LLVMdev] RE: is this code really JITed and/or optimized ? ..
...by code-gening a new anonymous > // nullary function to call. > Basically it's saying that we only support one argument functions that > take an integer right now. This is a bug/suboptimality, hence the > FIXME. Reid wrote: > ick! Is there a bugzilla on this? ... and filed PR419. Since then I've implemented the FIXME, so now the JIT can call arbitrary non-varargs functions with the runFunction method now, and I've closed PR419. Also, I simplified the HowToUseJIT example (which is great btw Valery, thanks!), and changed it to print out the module it's about t...