Displaying 1 result from an estimated 1 matches for "selectiondag_future".
2008 Dec 17
1
[LLVMdev] A faster instruction selector?[MESSAGE NOT SCANNED]
...meaningful information from valgrind as to
where llc is spending its time (Unknown code: 45%), but I suspect the
relative slowness is caused by the number of intermediate data
structures required and the time spent in creating them.
I notice in the docs
http://llvm.org/docs/CodeGenerator.html#selectiondag_future that
"auto-generate entire selector from .td file" is a possible future
development. I guess that's what I hoping for :)
I realise I'm asking a lot and not offering much, but I think a fast JIT
compiler would really be an asset to llvm. After all, more and more
software is bein...