RESOLVED FIXED129720
Streamline JSValue::get().
https://bugs.webkit.org/show_bug.cgi?id=129720
Summary Streamline JSValue::get().
Andreas Kling
Reported 2014-03-04 17:54:44 PST
Streamline JSValue::get() to avoid fetching Structure and VM repeatedly.
Attachments
Patch (5.11 KB, patch)
2014-03-04 17:56 PST, Andreas Kling
ggaren: review+
Andreas Kling
Comment 1 2014-03-04 17:56:08 PST
Geoffrey Garen
Comment 2 2014-03-04 18:09:23 PST
Comment on attachment 225834 [details] Patch Can you make vm and structure arguments 2 and 3, instead of the last two arguments? The last argument is the output, and I'd like to distinguish the input values from the output value.
Andreas Kling
Comment 3 2014-03-04 18:29:35 PST
Note You need to log in before you can comment on or make changes to this bug.