网页
图片
视频
学术
词典
地图
更多
航班
笔记本
JIT编译
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
One
of
the
activities
that
will
interfere
with
your
benchmark
is
JIT
compilation
of
your
code
.
JIT
会
编译
你
的
代码
,
这
也是
众多
影响
基准
测试
的
行为
之一
。
www.infoq.com
2.
The
goal
is
either to
avoid
the
JIT
compiler
's
run-time
performance
or
memory
cost
or
to
avoid
the
interpreter
's
early
performance
overhead
.
目的
在于
避免
JIT
编译
器
的
运行
时
性能
消耗
或
内存
消耗
,
或者
避免
解释
程序
的
早期
性能
开销
。
www.ibm.com
3.
This
helps
ensure
that the
options
you
think
are
being
set
are
actually
being
received
and
recognized
by the
JIT
compiler
.
这
可以
帮助
确保
您
考虑
的
正在
设置
的
选项
实际上
都
正
被
JIT
编译
器
接受
和
识别
。
www.ibm.com
4.
Displays
the
total number
of
methods
JIT
-
compiled
since
the
application
started
.
显示
自
应用程序
启动
后
实时
(
JIT
)
编译
的
方法
的
总数
。
technet.microsoft.com
5.
This
code
causes
a
set
of
classes
to
be
loaded
and
the
methods
of
those
classes
all
to be
compiled
by the
JIT
compiler
.
这
段
代码
将
使
JIT
编译
器
加载
一
组
类
并
编译
所有
这些
类
的
方法
。
www.ibm.com
6.
Displays
the
peak
number
of
methods
the
JIT
compiler has failed to
compile
since
the
application
started
.
显示
自
应用程序
启动
后
JIT
编译
器
未能
编译
的
方法
的
峰值
数目
。
us.zph981011.xyz
7.
A
method
that
has
been AOT
-
compiled
may
also be
JIT
-compiled
if
it
meets
the
necessary
recompilation
criteria
.
对于
已经
AOT
编译
的
方法
,
如果
它
满足
必要
的
重新
编译
条件
,
就
可能
再
执行
JIT
编译
。
www.ibm.com
8.
However
,
some
alternative
JVMs
can
provide
a
few
options
for
you
,
depending
on
how
important
JIT
-compiler-
induced
pauses
are
to
you
.
但是
,
一些
替代
的
JVM
可以
为
您
提供
一些
选项
,
具体取决于
JIT
编译
器
引起
的
暂停
对
您
有
多
重要
。
www.ibm.com
9.
This
counter
is
updated
at
the
end
of
every
JIT
compilation
phase
.
在
每一
JIT
编译
阶段
的
结尾
更新
此
计数器
。
msdn2.microsoft.com
10.
The
JIT
compiler ensures it does not
compile
the MSIL at two different
sequence
points
into
a
single
native
instruction
.
JIT
编译
器
可
确保
不会
将
两
个
不同
序列
点
的
MSIL
编译
成
一
条
本机
指令
。
us.zph981011.xyz
1
2
3
4
5