On 2009/12/01 14:02:26, Mads Ager wrote: > Come to think of it I would prefer to point to the shared function info > for the > calling function. That will allow lazy computation of the position when needed > and save space in scripts.
Changed to store shared function info and instructions offset. This saves one word in the Script object and makes it possible to delay the calculation of the source position until it is requested. http://codereview.chromium.org/450034 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
