Camil Demetrescu edited case-study.tex  over 8 years ago

Commit id: 985d09d5532b6438511f942c2b7b3a4539815eeb

deletions | additions      

       

\section{Case Study}  \label{se:case-study}  In this section we show how \osrkit\ can be used in a production VM to support aggressive optimizations for dynamic languages. We focus on MATLAB's \feval\ construct, a widely used built-in higher-order function that applies the function passed as first parameter to the remaining arguments (e.g., {\tt feval(f,x,y)} computes {\tt f(x,y)}). This feature isheavily  used by MATLAB programmers to parameterize in many classes  numerical computations. computations that benefit from having functions as parameters.  \ifdefined\fullver such as iterative methods for approximate solutions of an ordinary differential equation (ODE) and simulated annealing heuristics to locate a good approximation to the global optimum of a function in a large search space.}\fi