RESOLVED FIXED 119555
32-bit code gen for TypeOf doesn't properly update the AbstractInterpreter state
https://bugs.webkit.org/show_bug.cgi?id=119555
Summary 32-bit code gen for TypeOf doesn't properly update the AbstractInterpreter state
Mark Hahnenberg
Reported 2013-08-07 11:25:26 PDT
It uses a speculationCheck where it should be using a DFG_TYPE_CHECK like the 64-bit backend does.
Attachments
Patch (1.76 KB, patch)
2013-08-07 11:27 PDT, Mark Hahnenberg
ggaren: review+
Mark Hahnenberg
Comment 1 2013-08-07 11:25:55 PDT
Mark Hahnenberg
Comment 2 2013-08-07 11:27:07 PDT
Geoffrey Garen
Comment 3 2013-08-07 11:29:34 PDT
Comment on attachment 208287 [details] Patch r=me
Mark Hahnenberg
Comment 4 2013-08-07 11:35:21 PDT
Note You need to log in before you can comment on or make changes to this bug.