[Webkit-unassigned] [Bug 28407] New: No, silly runtime, AST nodes are not for you.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 17 13:03:12 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28407
Summary: No, silly runtime, AST nodes are not for you.
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
We still use AST nodes (ScopeNodes, particularly FunctionBodyNodes) within the
runtime, which means that these nodes must be persisted outside of the arena,
contain both parser & runtime data, etc. This is all a bit of a mess. Move
functionality into a new FunctionExecutable class.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list