دانلود کتاب GENERIC and GIMPLE: A New Tree Representation for Entire Functions
by Jason Merrill
|
عنوان فارسی: GENERIC و GIMPLE: یک نمای جدید درخت برای تمام توابع |
دانلود کتاب
جزییات کتاب
Abstract
The tree SSA project requires a tree representa-
tion of functions for the optimizers to operate
on. There was an existing functions-as-trees
representation shared by the C and C++ front
ends, and another used by the Java front end,
but neither was adequate for use in optimiza-
tion. In this paper, we will discuss the design
of GENERIC, the new language-independent
tree representation, and GIMPLE, the reduced
subset used during optimization.