Bug 124501

Summary: Architecure specific code in LowLevelInterpreter asm files could be reduced
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Remove architecture specific code in LowLevelInterpreter. none

Description Julien Brianceau 2013-11-18 07:17:19 PST
- sh4 specific code in preserveReturnAddressAfterCall and restoreReturnAddressBeforeReturn macros should be lowered into sh4.rb to avoid specific code in LowLevelInterpreter.asm
- sh4/mips specific code in nativeCallTrampoline macro could be merged with the arm/armv7/armv7_traditional specific code in LowLevelInterpreter32_64.asm
Comment 1 Julien Brianceau 2013-11-18 07:19:01 PST
Created attachment 217196 [details]
Remove architecture specific code in LowLevelInterpreter.
Comment 2 WebKit Commit Bot 2013-11-18 07:58:58 PST
Comment on attachment 217196 [details]
Remove architecture specific code in LowLevelInterpreter.

Clearing flags on attachment: 217196

Committed r159422: <http://trac.webkit.org/changeset/159422>
Comment 3 WebKit Commit Bot 2013-11-18 07:59:00 PST
All reviewed patches have been landed.  Closing bug.