Closed
Bug 1639503
Opened 5 years ago
Closed 5 years ago
Add folding for MGuardObjectIdentity
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
I hadn't added folding for MGuardObjectIdentity before, because I thought a constant object would be unlikely. Turns out it's actually super common for calls in self-hosted JS. For calls we will bake in the callee via GetIntrinsic. The guard comes from the normal transpiled CacheIR for specialized calls.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/bdaa296c4e66
Add folding for MGuardObjectIdentity. r=jandem
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•