RESOLVED FIXED 63218
DFG JIT - remove machine type guarantees from graph
https://bugs.webkit.org/show_bug.cgi?id=63218
Summary DFG JIT - remove machine type guarantees from graph
Gavin Barraclough
Reported 2011-06-22 18:51:19 PDT
The DFG JIT currently makes assumptions about the types of machine registers that certain nodes will be loaded into. This will be broken as we generate nodes to produce both integer and double code paths. Remove int<->double conversions nodes. This design decision also gave rise to multiple types of constant nodes, requiring separate handling for each type. Merge these back into JSConstant.
Attachments
The patch (31.31 KB, patch)
2011-06-22 18:53 PDT, Gavin Barraclough
sam: review+
Gavin Barraclough
Comment 1 2011-06-22 18:53:44 PDT
Created attachment 98292 [details] The patch
Gavin Barraclough
Comment 2 2011-06-23 14:04:53 PDT
Fixed in r89611
Note You need to log in before you can comment on or make changes to this bug.