[Webkit-unassigned] [Bug 199759] Bytecode cache should use FileSystem
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 15 16:01:35 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199759
Stephan Szabo <stephan.szabo at sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |stephan.szabo at sony.com
--- Comment #9 from Stephan Szabo <stephan.szabo at sony.com> ---
Comment on attachment 374077
--> https://bugs.webkit.org/attachment.cgi?id=374077
Updated Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=374077&action=review
> Source/WTF/wtf/FileSystem.cpp:294
> + if (!isHandleValid(fd)) {
Is this really necessary any longer since mapFileHandle returns false for and closeFile should be ignoring PlatformFileHandles that aren't valid?
> Source/WTF/wtf/win/FileSystemWin.cpp:479
> + eofInfo.EndOfFile = largeOffset;
Might be nicer to just set eof.EndOfFile.QuadPart = offset rather than having the temporary.
> Source/WTF/wtf/win/FileSystemWin.cpp:612
> + if (file == INVALID_HANDLE_VALUE) {
Like the main FileSystem.cpp, is there a reason to not drop this explicit check and use closeFile at the end?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190715/e3db1941/attachment-0001.html>
More information about the webkit-unassigned
mailing list