Closed Bug 550955 Opened 15 years ago Closed 2 years ago

Optimizing GetClassProtoKey

Categories

(Core :: JavaScript Engine, defect)

defect

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).
(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: general → nobody
Severity: normal → S3
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.