WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 149999
149998
Reduce pointless malloc traffic in CodeBlock construction.
https://bugs.webkit.org/show_bug.cgi?id=149998
Summary
Reduce pointless malloc traffic in CodeBlock construction.
Andreas Kling
Reported
2015-10-10 08:37:52 PDT
We can create the RefCountedArray<Instruction> directly instead of first creating a Vector<Instruction> and then building the RefCountedArray from that.
Attachments
Add attachment
proposed patch, testcase, etc.
Pratik Solanki
Comment 1
2015-10-10 09:02:27 PDT
*** This bug has been marked as a duplicate of
bug 149999
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug