Bug 151045

Summary: Factor Air::CCallSpecial out of Air and into the B3 namespace
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 151043    
Bug Blocks: 150279    

Description Filip Pizlo 2015-11-09 12:00:50 PST
It has a super intense contract with the B3->Air lowering of CCall.  For that reason, it doesn't make sense for it to be in Air, or for Air::Code to have special knowledge of it.
Comment 1 Filip Pizlo 2016-01-12 11:35:32 PST
I'm taking a different direction in my work on https://bugs.webkit.org/show_bug.cgi?id=152952