Closed Bug 794475 Opened 12 years ago Closed 12 years ago

IonMonkey: Inline string object creation

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla18

People

(Reporter: jandem, Assigned: jandem)

References

(Blocks 1 open bug)

Details

(Whiteboard: [ion:t])

Attachments

(1 file)

Attached patch PatchSplinter Review
Combined with bug 789111 this should win about a ms on date-format-xparb, since we can handle "new String(int32)" without a stub call. A String object has two fixed slots for the primitive value and length so creating it is pretty straight-forward.
Attachment #664966 - Flags: review?(dvander)
Comment on attachment 664966 [details] [diff] [review] Patch Review of attachment 664966 [details] [diff] [review]: ----------------------------------------------------------------- ::: js/src/ion/IonBuilder.h @@ +381,5 @@ > InliningStatus inlineMathFunction(MMathFunction::Function function, uint32 argc, > bool constructing); > > // String natives. > + InliningStatus inlineString(uint32 argc, bool constructing); nit: maybe name this inlineStringObject or something?
Attachment #664966 - Flags: review?(dvander) → review+
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Depends on: 795726
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: