At 06:11 PM 5/16/2002 -0400, Aaron Sherman wrote:
>On Thu, 2002-05-16 at 16:07, Mike Lambert wrote:
>There're three stages:
>
>         1. "compile time" -- When a module or program is byte-coded
>         2. "load time" -- When byte-code is loaded off of disk
>         3. "run time" -- When the program begins to execute
>
>There are complexities, but you get the idea. "Load time", I assume is
>also when BEGIN executes.
>
>In this model, you only ever inline at load time ***OR*** when the
>compiler is attempting to produce a self-contained byte-code executable

I don't think load time inlining is going to be within Parrot's spec.

-Melvin


Reply via email to