RESOLVED FIXED 76117
Code duplication for invoking the JIT and DFG should be reduced
https://bugs.webkit.org/show_bug.cgi?id=76117
Summary Code duplication for invoking the JIT and DFG should be reduced
Filip Pizlo
Reported 2012-01-11 16:26:51 PST
The harness for doing JIT compilation for program and eval code is identical modulo which CodeBlock it references, and the harness for doing JIT compilation of function for call and function for construct is identical modulo which code block, jitCode, and jitCodeWithArityCheck it references.
Attachments
the patch (15.11 KB, patch)
2012-01-11 16:31 PST, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2012-01-11 16:27:18 PST
Filip Pizlo
Comment 2 2012-01-11 16:31:53 PST
Created attachment 122125 [details] the patch
Geoffrey Garen
Comment 3 2012-01-11 16:34:11 PST
Comment on attachment 122125 [details] the patch rs=me
Filip Pizlo
Comment 4 2012-01-11 17:24:38 PST
Note You need to log in before you can comment on or make changes to this bug.