29 Sep
2008
29 Sep
'08
3:04 a.m.
On Sep 28, 2008, at 7:49 PM, Maciej Stachowiak wrote:
The downside of ExecState being JSGlobalData is that you have to store the call frame pointer in a global as you make function calls. The upside is that you don't have to chase a pointer to get to global data.
By "a global" you mean "a field in JSGlobalData", right?
Yes. -- Darin