|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
I think the best way to enable Inline::C using #line directives would be to implement an xsubpp (== ExtUtils::ParseXS) option to NOT generate #line directives. That shouldn't be hard. ... Oops! Turns out that's already done! Check out the linenumbers option. I haven't tested it, though. This being said, I believe Inline::C is a deployment nightmare and should be avoided outside experiments accordingly. Once you learned the C and perlapi stuff to write Inline::C, XS is child's play. In reply to Re^4: Exploring Inline::C (Generating primes)
by tsee
|
|