Closed Bug 876398 Opened 11 years ago Closed 11 years ago

BaselineCompiler: IonMonkey: Compile JSOP_POPN

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla24

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
Pretty straight-forward. For the group assignment micro-benchmark below, just for fun:

before   : 27008 ms
after    :   160 ms

--no-ion :  1310 ms

function f() {	
    var t = 0;
    for (var j = 0; j < 10000000; j++) {
	for (var i = 0; i < 9; ++i) {
            var [r, g, b] = [1, i, 2];
            t += r + g + b;
	}
    }
    return t
}
f();
Attachment #754423 - Flags: review?(kvijayan)
Attachment #754423 - Flags: review?(kvijayan) → review+
https://hg.mozilla.org/mozilla-central/rev/66abdc9b3811
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: