RESOLVED FIXED 123079
Simplify TempRegisterSet - it no longer needs to be convertible to a POD since it's no longer going to be a member of a union
https://bugs.webkit.org/show_bug.cgi?id=123079
Summary Simplify TempRegisterSet - it no longer needs to be convertible to a POD sinc...
Filip Pizlo
Reported 2013-10-19 21:35:22 PDT
A long long time ago, when TempRegisterSet was called RegisterSet and the DFG and baseline JIT had separate codepaths for inline caching, the RegisterSet was stored in a union in StructureStubInfo and so had to have a POD version of itself. None of that is true anymore, so the POD support is just superfluous.
Attachments
the patch (3.00 KB, patch)
2013-10-19 21:36 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2013-10-19 21:36:20 PDT
Created attachment 214689 [details] the patch
Geoffrey Garen
Comment 2 2013-10-19 22:35:12 PDT
Comment on attachment 214689 [details] the patch R=ME
Filip Pizlo
Comment 3 2013-10-19 22:39:47 PDT
Note You need to log in before you can comment on or make changes to this bug.