WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
204258
Do some constant-folding of inc and dec in the abstract interpreter
https://bugs.webkit.org/show_bug.cgi?id=204258
Summary
Do some constant-folding of inc and dec in the abstract interpreter
Robin Morisset
Reported
2019-11-15 15:40:06 PST
It is not clear that it would bring us anything, since DFGFixupPhase should be smart enough to notice constants and replace the entire operation by {Arith, Value}{Add, Sub} (which is already optimized by DFGAbstractInterpreterInlines.h).
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug