<div dir="ltr">Note that ResourceBuffer is virtual and wraps a ShareableResource on WebKit2 side. ShareableResource exists to do memory mapped IPC. <div><div><br></div><div>The current factoring is confusing and cleaning this up is definitely a good idea. However it will require a bit more than just changing <span style="font-family:arial,sans-serif;font-size:13px">ResourceBuffers to </span><span style="font-family:arial,sans-serif;font-size:13px">SharedBuffers.</span></div><div><br></div><div><br></div><div>   antti</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 23, 2014 at 9:42 AM, Darin Adler <span dir="ltr">&lt;<a href="mailto:darin@apple.com" target="_blank">darin@apple.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi folks.<br>
<br>
I’ve noticed that we have an unused abstraction in the loader code. ResourceBuffer is a cover for a SharedBuffer, with comments and remnants of an older effort to make it some kind of abstraction. But at the moment it’s just overhead and no abstraction.<br>
<br>
Does anyone object to my eliminating ResourceBuffer for now and changing code to use SharedBuffer directly instead?<br>
<br>
— Darin<br>
_______________________________________________<br>
webkit-dev mailing list<br>
<a href="mailto:webkit-dev@lists.webkit.org">webkit-dev@lists.webkit.org</a><br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-dev" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-dev</a><br>
</blockquote></div><br></div>