19 Star 0 Fork 2

openKylin/libdevel-callchecker-perl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
NAME

Devel::CallChecker - custom op checking attached to subroutines

DESCRIPTION

This module makes some new features of the Perl 5.14.0 C API available to
XS modules running on older versions of Perl.  The features are centred
around the function "cv_set_call_checker", which allows XS code to attach
a magical annotation to a Perl subroutine, resulting in resolvable calls
to that subroutine being mutated at compile time by arbitrary C code.
This module makes "cv_set_call_checker" and several supporting functions
available.  (It is possible to achieve the effect of "cv_set_call_checker"
from XS code on much earlier Perl versions, but it is painful to achieve
without the centralised facility.)

This module provides the implementation of the functions at runtime
(on Perls where they are not provided by the core), and also at compile
time supplies the C header file which provides access to the functions.

INSTALLATION

	perl Build.PL
	./Build
	./Build test
	./Build install

AUTHOR

Andrew Main (Zefram) <[email protected]>

COPYRIGHT

Copyright (C) 2011, 2012, 2013, 2015, 2017
Andrew Main (Zefram) <[email protected]>

LICENSE

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

空文件

简介

暂无描述 展开 收起
XS 等 2 种语言
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/libdevel-callchecker-perl.git
[email protected]:openkylin/libdevel-callchecker-perl.git
openkylin
libdevel-callchecker-perl
libdevel-callchecker-perl
openkylin/nile

搜索帮助