Bug 234586
| Summary: | Wasm doesn't need so many Plans | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> |
| Component: | JavaScriptCore | Assignee: | Saam Barati <saam> |
| Status: | NEW | ||
| Severity: | Normal | CC: | justin_michaud, keith_miller, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Saam Barati
....
I think we have 4 right now. A lot of copied code sprinkled throughout. I wonder if we can get away with 2 plans structured like so:
- compile for the whole callee group
- compile single callee
And then we can pass in what kind of compile we want for those 2 flavors.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/86968630>