Y
Hacker News
new
|
ask
|
show
|
jobs
by
_alastair
2553 days ago
This is interesting! If anyone from WebKit is in the comments, can you provide link(s) to the bugs discussing the bytecode caching API? I'd love to take a look but my Bugzilla search skills are evidently weak.
2 comments
tadeuzagallo
2553 days ago
There are a few bugs related to caching, but the main ones are: The initial implementation of the underlying infrastructure:
https://bugs.webkit.org/show_bug.cgi?id=192782
Initial C++ and Obj-C APIs:
https://bugs.webkit.org/show_bug.cgi?id=193401
WIP bug to integrate the cache with WebKit:
https://bugs.webkit.org/show_bug.cgi?id=194047
link
threeseed
2553 days ago
Not much discussion in the bug report itself:
https://bugs.webkit.org/show_bug.cgi?id=187373
link