On Mon Mar 25 02:12:34 2013, nicholas wrote: > On Mon, Mar 25, 2013 at 09:36:05AM +0100, Dagfinn Ilmari Manns�ker > wrote: > > Darin McBride (via RT) <perlbug-followup@perl.org> writes: > > > > > This seems to be a regression: > > > > > > $ perl5.16.3 -MTime::HiRes -le 'print Time::HiRes::clock_gettime > (Time::HiRes::CLOCK_MONOTONIC ())' > > > 1597643.86352558 > > > $ perl5.17.10 -MTime::HiRes -le 'print Time::HiRes::clock_gettime > (Time::HiRes::CLOCK_MONOTONIC ())' > > > Time::HiRes::clock_gettime(): unimplemented in this platform at -e > line 1. > > > > This is caused by the same header problem as: > > > > https://rt.perl.org/rt3/Public/Bug/Display.html?id=117319 > > https://rt.perl.org/rt3/Public/Bug/Display.html?id=116989 > > I have merged all these tickets. > > I haven't yet been hit with inspiration on how to solve the problem > whilst > preserving the intent of the changes which inadvertently caused it. Making croak_memory_map() into an exported API function would retain most of the savings while reducing the pain, I think. Tony --- via perlbug: queue: perl5 status: open https://rt.perl.org:443/rt3/Ticket/Display.html?id=116989Thread Previous | Thread Next