Bug 123155 - Remove unused stuff in JIT stubs
Summary: Remove unused stuff in JIT stubs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 05:59 PDT by Julien Brianceau
Modified: 2013-10-22 08:45 PDT (History)
2 users (show)

See Also:


Attachments
Remove unused stuff in JIT stubs (5.58 KB, patch)
2013-10-22 06:01 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-10-22 05:59:05 PDT
ctiVMHandleException() prototype declaration in JITStubs.h is no more needed since http://trac.webkit.org/changeset/157636

returnAddressIsInCtiTrampoline inline is useless too, that's why ctiTrampolineEnd could also be removed from JIT stubs.
Comment 1 Julien Brianceau 2013-10-22 06:01:08 PDT
Created attachment 214846 [details]
Remove unused stuff in JIT stubs
Comment 2 WebKit Commit Bot 2013-10-22 08:45:18 PDT
Comment on attachment 214846 [details]
Remove unused stuff in JIT stubs

Clearing flags on attachment: 214846

Committed r157795: <http://trac.webkit.org/changeset/157795>
Comment 3 WebKit Commit Bot 2013-10-22 08:45:19 PDT
All reviewed patches have been landed.  Closing bug.