Bug 150527
| Summary: | Get rid of the $ syntax in the pattern matcher | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 150279 | ||
Filip Pizlo
If you want a specific constant (like "$0"), then you can write the constant without any prefix (like "0"). If you want to match some constant, then maybe the pattern matcher doesn't need to help you - you could just do it in the C++ code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Filip Pizlo
We got rid of the pattern matcher.