RESOLVED FIXED 154010
Evals that use TDZ should be cacheable in the CodeCache
https://bugs.webkit.org/show_bug.cgi?id=154010
Summary Evals that use TDZ should be cacheable in the CodeCache
Filip Pizlo
Reported 2016-02-08 14:29:59 PST
And we should have benchmarks for this.
Attachments
Geoffrey Garen
Comment 1 2016-11-10 18:51:24 PST
This was fixed and benchmarked in <https://bugs.webkit.org/show_bug.cgi?id=164357>. (Instead of making TDZ evals cacheable in the CodeCache, that patch made them cacheable in the EvalCodeCache. The performance result is even better since the EvalCodeCache caches machine code.)
Note You need to log in before you can comment on or make changes to this bug.