WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2012-01-11 16:27:18 PST
<
rdar://problem/10680189
>
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
Landed in
http://trac.webkit.org/changeset/104774
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug