Now, what are these operations that Alchemy does so well? Memory access and function calls. Alchemy compiled code utilizes new bytecodes added to FP10 for working with ByteArrays - which as you’ll remember are what make up the "RAM" in Alchemy. Function calls are faster because in ActionScript function calls require that their parameters be "boxed" and "unboxed" into and out of objects for each call. Alchemy code doesn’t have to do this.
Now, what are these operations that Alchemy does so well? Memory access and function calls. Alchemy compiled code utilizes new bytecodes added to FP10 for working with ByteArrays - which as you’ll remember are what make up the "RAM" in Alchemy. Function calls are faster because in ActionScript function calls require that their parameters be "boxed" and "unboxed" into and out of objects for each call. Alchemy code doesn’t have to do this.