in reply to Re^3: perllVm: A Linux test of how Perl and LLVM would work together.
in thread perllVm: A Linux test of how Perl and LLVM would work together.

BrowserUk,

WOW!

The documentation code to take and and apply LLVM to a 'C' source that I referred to:

'llvm-config --cppflags --ldflags --libs core jit native -O3'
This was used against a .c file to add 'jit'. It also is in the 'new' for version 3.1

My interest is if it improves current Perl5 runtimes by xx%, then the additional work to 'improve' the Perl5 sources is even more justified.

Regards...Ed

"Well done is better than well said." - Benjamin Franklin

  • Comment on Re^4: perllVm: A Linux test of how Perl and LLVM would work together.
  • Download Code