done: https://ci.inria.fr/pharo/view/VM/job/StackVM/ https://ci.inria.fr/pharo/view/VM/job/PharoVM/ On 2013-02-05, at 22:09, Camillo Bruni <camillobruni@gmail.com> wrote:
doing that right now!
On 2013-02-05, at 22:08, Francois Stephany <tulipe.moutarde@gmail.com> wrote:
On 05/02/13 21:15, Eliot Miranda wrote:
No. The StackVM is a VM that optimizes interpreted execution by mapping contexts to stack frames and lazily instantiating contexts, but is still a pure interpreter. The Cog VM is a VM that optimizes execution by mapping contexts to stack frames and lazily instantiating contexts, /and/ by compiling methods used more than once to machine-code and implementing a number of send optimization schemes in that machine-code.
This could be added in the Jenkins job description!