Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
fusion



fusion

(programming)   A program transformation where a composition of two functions is replaced by in-lining them and combining their bodies. E.g.

 f x = g (h x) ==> f x = g (2 * x)  g x = x + 1  f x = 2 * x + 1  h x = 2 * x 
This has the beneficial effect of reducing the number of function calls. It can be especially useful where the intermediate result is a large data structure which can be eliminated.

See also vertical loop combination.

Last updated: 1994-12-05



▼ Từ liên quan / Related words
Related search result for "fusion"

Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.