4 views

1 Answers

A trace tree is a data structure that is used in the runtime compilation of programming code. Trace trees are used in tracing just-in-time compilation where tracing is used during code execution to look for hot spots before compilation. When those hot spots are entered again the compiled code is run instead. Each statement executed is traced, including within other function calls, and the entire execution path is compiled. This is different from compiling individual functions. More information can be gained allowing better compiler optimizations, including the removal of some function call overhead. The interpreter is called to continue whenever compiled code makes calls to code outside the compilation contexts.

4 views

Related Questions

What is Grass tree?
1 Answers 4 Views
What is Computation tree?
1 Answers 7 Views
What is min/max kd-tree?
1 Answers 6 Views
What is Smoke tree?
1 Answers 4 Views
What is Tree kernel?
1 Answers 4 Views
What is Hercules (tree)?
1 Answers 4 Views
What is Christmas tree packet?
1 Answers 4 Views
What is Seismic trace?
1 Answers 4 Views