Closed
Bug 550955
Opened 15 years ago
Closed 2 years ago
Optimizing GetClassProtoKey
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: igor, Unassigned)
References
Details
+++ This bug was initially created as a clone of Bug #543057 comment 8+++
We can avoid extra checks in GetClassProtoKey from jsobj.cpp if we alias JSCLASS_IS_ANONYMOUS to be JSCLASS_HAS_CACHED_PROTO(JSProto_Object).
Comment 1•15 years ago
|
||
(In reply to comment #0)
> +++ This bug was initially created as a clone of Bug #543057 comment 8+++
>
> We can avoid extra checks in GetClassProtoKey from jsobj.cpp if we alias
> JSCLASS_IS_ANONYMOUS to be JSCLASS_HAS_CACHED_PROTO(JSProto_Object).
You mean "... to *include* ..." not "to be", right?
/be
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•