RESOLVED FIXED 79801
Refactor SpeculativeJIT::emitAllocateJSFinalObject
https://bugs.webkit.org/show_bug.cgi?id=79801
Summary Refactor SpeculativeJIT::emitAllocateJSFinalObject
Mark Hahnenberg
Reported 2012-02-28 08:49:34 PST
Currently in the DFG we only support inline allocation for JSFinalObjects. We should refactor this code slightly in such a way that it is easier to allocate various other types of objects (e.g. JSArray, JSFunction, etc.), similar to how we currently do things in the baseline JIT.
Attachments
Patch (3.92 KB, patch)
2012-02-28 18:54 PST, Mark Hahnenberg
no flags
Mark Hahnenberg
Comment 1 2012-02-28 18:54:42 PST
Filip Pizlo
Comment 2 2012-02-28 20:34:22 PST
Comment on attachment 129375 [details] Patch r=me.
WebKit Review Bot
Comment 3 2012-02-28 22:28:46 PST
Comment on attachment 129375 [details] Patch Clearing flags on attachment: 129375 Committed r109194: <http://trac.webkit.org/changeset/109194>
WebKit Review Bot
Comment 4 2012-02-28 22:28:50 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.