Bug 150527

Summary: Get rid of the $ syntax in the pattern matcher
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    

Filip Pizlo
Reported 2015-10-23 19:27:18 PDT
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
Filip Pizlo
Comment 1 2015-11-11 10:49:06 PST
We got rid of the pattern matcher.
Note You need to log in before you can comment on or make changes to this bug.