Closed Bug 982186 Opened 10 years ago Closed 10 years ago

Rewrite js_fun_call to modify the arguments in place

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla30

People

(Reporter: jandem, Assigned: jandem)

References

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
On a simple fun.call() testcase, this increases the max recursion depth by 8% or so. Also a bit more efficient because it potentially avoids a malloc/free and some GC roots.
Attachment #8389288 - Flags: review?(luke)
Comment on attachment 8389288 [details] [diff] [review]
Patch

Nice!
Attachment #8389288 - Flags: review?(luke) → review+
https://hg.mozilla.org/mozilla-central/rev/22d46873261d
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: