bulk88
bulk88
bump, I accidentally rewrite this PR this week :-(
> > Why arent these free memory pools sorted and deduped by size? > > It's been in the middle of my ideas list but has never made it to...
``` but that will have been marked for automatic destruction (by using "SAVEFREEPV"). ``` I didnt read the full commit, but the api looks flexible and efficient. It covers 3...
I posted an ugly fix/unsupported solution in https://github.com/mgruberman/Enbugger/issues/13 This ticket should stay open though to debate if extra documented public XS API for CPAN is needed. I have no opinion/don't...
> I don't really understand the motivation behind this PR. It seems to add a lot of complexity: not only in the static function, but in all its callers. And...
> Those can be given as subroutine prototypes: https://metacpan.org/pod/Web::Simple#:~:text=An%20alternative%20to%20using%20string,the%20sub%20prototype Examples in the POD seem to max out at 32 chars, 80 chars is line limit in Terminal. ~120 chars is...
New patch, alot less lines of text. More basic. Still gets all goals accomplished.
>optimisation isn't required in such non-hot code; If I can reach it with a C debugger on every process startup its hot code. >that any any optimisation in any case...
repushed branch, fixed -DNO_TAINT_SUPPORT build failure