Bug 162691 - B3::Stackmap should be a value that you stash in a field of any Value subclass
Summary: B3::Stackmap should be a value that you stash in a field of any Value subclass
Status: NEW
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: 162688
  Show dependency treegraph
 
Reported: 2016-09-28 10:51 PDT by Filip Pizlo
Modified: 2016-09-28 10:51 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 2016-09-28 10:51:48 PDT
Currently, to have a stackmap, you have to be a subclass of StackmapValue.  That's awkward for adding stackmaps to other kinds of values.