[Webkit-unassigned] [Bug 68328] The generator and intrinsic fields in HashTableValue/HashEntry and associated structures and methods are redundant

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 19 13:24:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=68328





--- Comment #3 from Filip Pizlo <fpizlo at apple.com>  2011-09-19 13:24:31 PST ---
(In reply to comment #2)
> It may even be that we don't want the enum to be in either JIT - we may with to make use of the intrinsic from the interpreter, in environments where we don't have the JIT enabled.  Maybe an enum in JSFunction?

How about runtime/Intrinsic.h?

The benefit of a separate file is that:

1) JSFunction and pretty much everything else in runtime/ is cluttered.

2) If we do our jobs correctly then this enum will get big. ;-)

-- 
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