basic block信息详情

basic block发音

意思翻译

基本块;基本区块

相似词语短语

basic───n.基础;要素;adj.基本的;基础的

block───n.块;街区;大厦;障碍物;adj.成批的,大块的;交通堵塞的;vt.阻止;阻塞;限制;封盖;n.(Block)人名;(英、法、德、西、葡、芬、罗)布洛克

basic liner───基本衬垫

basic functions───基本功能;基本函数(basicfunction的复数)

basic ratemaking───基本税率制定

basic function───基本功能;[数]基本函数

basic house───百家好(韩国服饰品牌)

integral basic───积分基础

basic wage───基础工资;基本工资

双语使用场景

By definition, a basic block is a set of instructions that cannot be branched into or out of.───根据定义,一个所谓的基本块就是一系列的指南,这些指南不能再进行分支或者分散。

The assignments on line 4 and 5 form a second basic block.───行 4 和行 5 上的赋值组成了第二个基本块。

Instead of having a hit count for each line, there is one for each basic block.───不是每一个代码行都有一个命中,而是每一个基本块都有一个命中。

Since a basic block is usually very small, the ILP in a block is hence very small.───然而基本块通常很小,因而潜在的ILP也很小。

You can specify the option -type=block to see basic block coverage instead.───您可以指定选项-type=block,以查看基本的块覆盖率。

What differentiates an executable unit from a basic block is the condition that triggers the end of the executable unit.───可执行的单元与基本块的不同点,在于决定一个可执行单元末尾的因素。

A set of basic block patterns will consist of the following sections: Front and back bodice; front and back skirt; a sleeve.───一套是基本的服装样板由以下几部分组成:前身和后身,前后裙片,袖子。

We focus on instruction scheduling in the scope of each basic block.───本文主要将编译器的设计集中在基本块内的指令调度上。

achieve this as follows. Place the basic block front onto a clean sheet of paper and mark around it. Mark the darts and the bust point.───按照如下方法完成:把基型前身样板放在一张透明纸上并把它整个轮廓画下,标出省道和胸点。

英语使用场景

In this paper, we introduce a new method which named′basic block reduced′to decrease the instruction involved, and inprove the performance of the program, without changing soft error detection rate.

She finishes with a chapter on pattern calculation using a calculator for the basic block shape.

The unit of the dynamic translation changes from one basic block to one page ( 1 KB - 4 KB ).

The framework makes code selection not face single statement but a basic block. , expanded the searching space of code selection generated the instructions of SIMD.

The statements on line 1, 2, and 3, and the comparison on line 4, all form one basic block that ends with the conditional jump implementing the if statement.

Besides global register allocation, local register allocation on basic block is also implemented. It cooperate with global register allocation in our methodology.

Second, we studied and compared three main methods of code reordering, including procedure reordering, basic block reordering and procedure splitting.