RESOLVED INVALID 73906
Web Inspector: Multiple VMs: make ScriptArguments an interface.
https://bugs.webkit.org/show_bug.cgi?id=73906
Summary Web Inspector: Multiple VMs: make ScriptArguments an interface.
Pavel Podivilov
Reported 2011-12-06 04:08:30 PST
Make ScriptArguments an interface so inspector console's clients are not limited to JavaScript.
Attachments
Patch. (13.92 KB, patch)
2011-12-06 04:10 PST, Pavel Podivilov
no flags
Pavel Podivilov
Comment 1 2011-12-06 04:10:01 PST
Eric Seidel (no email)
Comment 2 2011-12-06 12:24:01 PST
Comment on attachment 118021 [details] Patch. All of these patches has the same potential problem: You're making possibly hot classes virtual. In order for any of these patches to be reviewed for real, you would need to provide performance numbers that show that you've not regessed v8/jsc performance on some common benchmark (v8 or sunspider for example).
Note You need to log in before you can comment on or make changes to this bug.