Closed
Bug 578736
Opened 15 years ago
Closed 15 years ago
JM: Compile does not implement JSOP_DELPROP and other JSOP_DEL* ops, used in v8-v5
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jimb, Assigned: dvander)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
|
4.04 KB,
patch
|
dmandelin
:
review+
|
Details | Diff | Splinter Review |
JaegerMonkey is not compiling everything in the v8-v5 benchmarks.
v8/{earley-boyer,raytrace}.js use delete on properties
computed name (o[x]) and literal (o.p) in e-b
js/src/methodjit in http://hg.mozilla.org/projects/jaegermonkey makes no mention of JSOP_DELPROP.
| Assignee | ||
Comment 1•15 years ago
|
||
I see this aborting on real world sites, so time to fix.
Updated•15 years ago
|
Attachment #472727 -
Flags: review?(dmandelin) → review+
| Assignee | ||
Comment 2•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•