Hi Andy.

Currently, CallFrame is a typedef for ExecState, in Register.h:

>     typedef ExecState CallFrame;

Most core VM code uses CallFrame, while most library code uses ExecState. 

Between ExecState and CallFrame, I would slightly favor using CallFrame. 

Due to the typedef, this doesn't actually need to be a mega-patch. You can work 
a file at a time or any logical unit at a time.

Geoff

On Mar 5, 2012, at 9:32 AM, Andy Wingo wrote:

> Hello!
> 
> Ye olde https://bugs.webkit.org/show_bug.cgi?id=21295 from 2008 has a
> hopeful note that CallFrame is the new ExecState.  Is this still the
> general desire?  I'm sure I'll remember after this thread, but I've been
> confusing these for a long time now.
> 
> We should choose one name or the other.  I'm happy to file a mega-patch
> if there is consensus as to what to do.  Thoughts?
> 
> Regards,
> 
> Andy
> _______________________________________________
> squirrelfish-dev mailing list
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev

_______________________________________________
squirrelfish-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/squirrelfish-dev

Reply via email to