Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 224803002: Enable mmap and identity-based validation caching on pnacl-{llc,ld}.nexe (Closed)

Created:
6 years, 8 months ago by jvoung (off chromium)
Modified:
6 years, 5 months ago
Reviewers:
CC:
chromium-reviews, yusukes+watch_chromium.org, tzik, raymes+watch_chromium.org, teravest+watch_chromium.org, yzshen+watch_chromium.org, nfullagar1, piman+watch_chromium.org, noelallen1, binji, ihf+watch_chromium.org
Visibility:
Public.

Description

Enable mmap and identity-based validation caching on pnacl-{llc,ld}.nexe Register the file_path w/ the validation cache for a file token and then set the file token before loading the nexes. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3614

Patch Set 1 #

Patch Set 2 : rbase #

Patch Set 3 : Fix token handover for main nexe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+215 lines, -113 lines) Patch
M components/nacl/browser/nacl_browser.h View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M components/nacl/browser/nacl_browser.cc View 1 2 1 chunk +10 lines, -6 lines 0 comments Download
M components/nacl/browser/nacl_file_host.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/nacl/browser/nacl_file_host.cc View 1 2 5 chunks +74 lines, -39 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/browser/nacl_host_message_filter.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/nacl/browser/nacl_process_host.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/nacl/common/nacl_host_messages.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 2 1 chunk +8 lines, -3 lines 0 comments Download
M ppapi/api/private/ppb_nacl_private.idl View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M ppapi/c/private/ppb_nacl_private.h View 1 2 2 chunks +6 lines, -2 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/file_downloader.cc View 4 chunks +3 lines, -22 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/file_utils.h View 2 chunks +3 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/file_utils.cc View 2 chunks +21 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.cc View 1 2 2 chunks +18 lines, -2 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/plugin.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.h View 1 1 chunk +5 lines, -1 line 0 comments Download
M ppapi/native_client/src/trusted/plugin/pnacl_resources.cc View 1 5 chunks +33 lines, -20 lines 0 comments Download
M ppapi/native_client/src/trusted/plugin/service_runtime.cc View 1 2 2 chunks +8 lines, -4 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 2 chunks +3 lines, -3 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698