Bug 150540 - B3::StackmapSpecial needs to know that B3::ValueRep::StackArgument children don't turn into Air arguments
Summary: B3::StackmapSpecial needs to know that B3::ValueRep::StackArgument children d...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 150279
  Show dependency treegraph
 
Reported: 2015-10-24 17:40 PDT by Filip Pizlo
Modified: 2015-10-30 19:19 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.