WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
63964
Force inlining of simple functions that show up as not being inlined
https://bugs.webkit.org/show_bug.cgi?id=63964
Summary
Force inlining of simple functions that show up as not being inlined
Oliver Hunt
Reported
2011-07-05 18:22:04 PDT
Force inlining of simple functions that show up as not being inlined
Attachments
Patch
(35.18 KB, patch)
2011-07-05 18:24 PDT
,
Oliver Hunt
barraclough
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Oliver Hunt
Comment 1
2011-07-05 18:24:10 PDT
Created
attachment 99769
[details]
Patch
Gavin Barraclough
Comment 2
2011-07-05 18:28:57 PDT
Comment on
attachment 99769
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=99769&action=review
> Source/JavaScriptCore/assembler/LinkBuffer.h:251 > + uint16_t* copySource = reinterpret_cast<uint16_t*>(inData + readPtr);
I kinda think it would be nice to add a couple more asserts, check ing that the points are aligned, and that the regions do not overlap. But I leave that to your personal taste. r+ either way.
Oliver Hunt
Comment 3
2011-07-05 18:31:20 PDT
Committed
r90426
: <
http://trac.webkit.org/changeset/90426
>
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