Bug 150540

Summary: B3::StackmapSpecial needs to know that B3::ValueRep::StackArgument children don't turn into Air arguments
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:    
Bug Blocks: 150279    

Description Filip Pizlo 2015-10-24 17:40:47 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2015-10-28 18:50:55 PDT
Actually, we could just turn these into Air arguments.  Then there won't be a problem.
Comment 2 Filip Pizlo 2015-10-30 19:19:32 PDT
(In reply to comment #1)
> Actually, we could just turn these into Air arguments.  Then there won't be
> a problem.

Yeah, and the code basically already has the right logic for this.  This isn't a valid bug.