WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50008
Merge the usage of jumps and calls at ARM-JIT
https://bugs.webkit.org/show_bug.cgi?id=50008
Summary
Merge the usage of jumps and calls at ARM-JIT
Gabor Loki
Reported
2010-11-24 00:38:57 PST
Currently, those JmpSrc objects which represent jumps point to the address of branches, and the JmpSrc objects which represent calls point to the return address of calls (after the branch instruction). The JmpSrc objects point to after the jump instruction on all other JITs. So, the ARM JIT should follow this method also.
Attachments
Merge the usage of jumps and calls at ARM-JIT
(6.37 KB, patch)
2010-11-24 00:50 PST
,
Gabor Loki
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gabor Loki
Comment 1
2010-11-24 00:50:36 PST
Created
attachment 74730
[details]
Merge the usage of jumps and calls at ARM-JIT I have not seen any performance issues.
WebKit Commit Bot
Comment 2
2010-11-24 05:04:55 PST
Comment on
attachment 74730
[details]
Merge the usage of jumps and calls at ARM-JIT Clearing flags on attachment: 74730 Committed
r72663
: <
http://trac.webkit.org/changeset/72663
>
WebKit Commit Bot
Comment 3
2010-11-24 05:05:00 PST
All reviewed patches have been landed. Closing bug.
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