⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linux.pl

📁 source of perl for linux application,
💻 PL
字号:
# gcc -O3 (and higher) can cause code produced from Storable.xs that# dumps core immediately in recurse.t and retrieve.t, in is_storing()# and last_op_in_netorder(), respectively.  In both cases the cxt is# full of junk (and according to valgrind the cxt was never stack'd,# malloc'd or free'd).  Observed in Debian 3.0 x86, with gccs 2.95.4# 20011002 and 3.3, and in Redhat 7.1 with gcc 3.3.1. The failures# happen only for unthreaded builds, threaded builds work okay.use Config;if ($Config{gccversion}) {    my $optimize = $Config{optimize};    if ($optimize =~ s/(^| )-O[3-9]( |$)/$1-O2$2/) {	$self->{OPTIMIZE} = $optimize;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -