Closed
Bug 913752
Opened 11 years ago
Closed 11 years ago
Significant regression in jQuery performance from ion exceptions fix
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 914478
Tracking | Status | |
---|---|---|
firefox26 | --- | fixed |
People
(Reporter: bzbarsky, Unassigned)
References
Details
(Keywords: perf, regression)
Attachments
(1 file)
1.36 KB,
patch
|
Details | Diff | Splinter Review |
See bug 909764 comment 37. We just regressed jQuery stuff by 15% or so.
Comment 1•11 years ago
|
||
This is probably due to changes in inlining behaviour in certain cases. None of the other changes should have any performance effect.
The other changes all preserve the order and meaning of all calls, only adding the ability to bubble up an error to certain parts of the compiler.
Comment 2•11 years ago
|
||
Wanted to test this out for fixing the perf regression, but I'm in the middle of some flights. bz, if you get time and are able to check this out, let me know. I'll test it out next week.
Updated•11 years ago
|
![]() |
Reporter | |
Comment 3•11 years ago
|
||
I'm not going to get a chance to look at this in the near future.
![]() |
Reporter | |
Comment 4•11 years ago
|
||
Bug 914478 might have fixed this.
Comment 5•11 years ago
|
||
I think it did. I'll mark as duplicate once I confirm this more directly than just intuition.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•11 years ago
|
Updated•11 years ago
|
tracking-firefox26:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•