run4flat / C-Blocks

Embeding a fast C compiler directly into your Perl parser
30 stars 3 forks source link

Inlined newSV_type function in Perl 5.35.10+ exposes bug #27

Open richardleach opened 2 years ago

richardleach commented 2 years ago

Perl 5.35.10 converted newSV_type from a normal function (in sv.c) to an inline function (in _svinline.h) for performance reasons. This caused test failures in C::Blocks, as discussed in https://github.com/Perl/perl5/issues/19561.

Summarizing the points in that issue:

Since it seems to be a bug in TCC/C::Blocks, the perl issue will be closed.