similar to: Native Client version

Displaying 20 results from an estimated 30000 matches similar to: "Native Client version"

2013 Jun 19
3
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
> From the provided documentation I understood that in memory data > structures of a PNaCl program are incompatible to the host program because > ABIs are different (e.g. PNaCl pointers are always 32-bit even when running > on x86_64 platform). > So PNaCl program can't access any data structures of the host program > directly. The only communication way is by using syscalls,
2013 Jun 19
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
Am 19.06.2013 18:01, schrieb JF Bastien: > > From the provided documentation I understood that in memory data > structures of a PNaCl program are incompatible to the host program > because ABIs are different (e.g. PNaCl pointers are always 32-bit > even when running on x86_64 platform). > So PNaCl program can't access any data structures of the host >
2013 Jun 18
2
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
On 18 June 2013 15:27, Dmitri Rubinstein <dmitri.rubinstein at googlemail.com>wrote: > Is it possible to use PNaCl infrastructure (i.e. translation and execution > in a sandbox) without a Chrome ? > > I mean a something like a standalone VM like Java or Mono/C#. > Yes. The NaCl tool 'sel_ldr' will run a program inside a sandbox outside of the web browser. We do a
2013 Jun 19
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
From the provided documentation I understood that in memory data structures of a PNaCl program are incompatible to the host program because ABIs are different (e.g. PNaCl pointers are always 32-bit even when running on x86_64 platform). So PNaCl program can't access any data structures of the host program directly. The only communication way is by using syscalls, but the document does not
2014 Jul 31
1
Samba on Chrome OS
Chrome OS will soon be adding the chrome.fileSystemProvider[1] API, which would enable the development of a Samba Chrome OS app when used in conjunction with the chrome.sockets.* API or the networking APIs provided by NaCl. Is anyone on this list interested in porting or integrating Samba with Chrome OS? If so, there are two routes we can take: a full JavaScript port, or porting an existing C++
2020 Apr 20
2
[cfe-dev] State of NaCl in monorepo?
> On Apr 20, 2020, at 1:47 PM, James Y Knight via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > But the most recent NaCL toolchain release is based on LLVM 3.7 from 2015. > > Unless you're planning to upgrade the NaCL toolchain to use a new release based on LLVM devhead (which would seem a rather expensive thing to attempt now, given the plan to desupport it in a
2020 Apr 20
3
[cfe-dev] State of NaCl in monorepo?
Hi Fangrui, As you noted we are working on helping our NaCl users transition to WebAssembly and new web APIs that cover the functionality offered by NaCl. In terms of actually turning down the platform features, we recently announced a timeline at https://blog.chromium.org/2020/01/moving-forward-from-chrome-apps.html. In terms of LLM, I would prefer to keep the support we have in the tree until
2020 Apr 19
3
State of NaCl in monorepo?
Hi all, LLVM/Clang supports an OS called 'NaCl' (llvm/include/llvm/ADT/Triple.h). It apparently hasn't had any development since 2015. This page https://developer.chrome.com/native-client/migration mentions that NaCl is deprecated. Is it still used? If not, I would propose that we remove it. I created a patch https://reviews.llvm.org/D78441 which I think can delete 90% of the
2011 Sep 10
7
Is DOSBox replacing native DOS support in Wine?
I haven't followed Wine in quite a while, other than to do an occasional update (but hopefully this will change). I noticed DOSBox support was added in January 2011. My understanding is that when Wine can't even attempt to run DOS programs itself (MAC OSX, 64bit OSes, etc) that it will attempt to run using DOSBox. Is this correct? Is the plan to replace native Wine DOS support across the
2016 Apr 01
4
DAGIR
Hello all, The rich history of binary distribution formats based on LLVM [0][1][2][3][4] has proven LLVM's viability as a launchpad for stable platforms. However, issues with compilation time and compiler size have suggested that the translator must do too much, i.e. LLVM IR isn't a low-level enough virtual machine. So we introduce DAGIR ("dagger"), a new portable close to the
2013 Jun 18
0
[LLVMdev] Building a stable bitcode format for PNaCl - based on LLVM IR
Is it possible to use PNaCl infrastructure (i.e. translation and execution in a sandbox) without a Chrome ? I mean a something like a standalone VM like Java or Mono/C#. Dmitri Am 18.06.2013 17:22, schrieb Eli Bendersky: > Hello, > > [The first paragraph is safe to skip if you already know what PNaCl is.] > The Portable Native Client (PNaCl) project is a toolchain for producing
2019 Jan 06
2
rsync client for Chrome OS?
Having found no mention of Google's Chrome OS in the rsync archives, nor any useful* pointers via Google, I'm wondering if anyone here knows of an implementation of rsync client for Chrome OS in normal (not developer) mode, i.e. as an app or extension. * It seems that rsync is available in "test" builds of Chrome OS, but not in normal release builds. As far as I can tell,
2019 Jan 07
2
rsync client for Chrome OS?
Parke <parke.nexus at gmail.com> wrote: > On Sat, Jan 5, 2019 at 9:54 PM Perry Hutchison via rsync > <rsync at lists.samba.org> wrote: > > ... I'm wondering if anyone here > > knows of an implementation of rsync client for Chrome OS in normal > > (not developer) mode, i.e. as an app or extension. > > Have you tried compiling rsync statically (on a
2015 Apr 08
2
WEBRTC is no longer working with Firefox after upgrade to version 37
Hello, Webrtc stopped after upgrading firefox from version 36 to version37. I have been running webrtc with freepbx 12 and asterisk 13.2 or 13.3 and firefox version 36 without any issues until firefox was upgraded to version 37. Unfortunately Chrome works well in one direction (from chrome to any extension) but calling from an extension to a webrtc on chrome has one way voice. Could someone try
2012 Jul 03
7
after last update google-chrome no runs anymore
Hi all. I've updated google-chrome to recent version and it gets unbooted, when I fired google-chrome up I got messages like these: /usr/bin/google-chrome: /lib/libz.so.1: no version information available (required by /usr/bin/google-chrome) /usr/bin/google-chrome: /lib/libz.so.1: no version information available (required by /usr/bin/google-chrome) /opt/google/chrome/chrome:
2008 Dec 05
1
Loop swith String replacement
Hi All, I'm trying to split my dataset, into multiple datasets that i'll analyse later, i wanted to do this dynamically as i might need to rerun the code later. I was looking at doing this via a loop, (Are other methods more appropriate? Would a function be better?) However i'm not sure in R how do do string replacement within the loop in order to create unique dataset names based on
2015 Apr 10
4
[LLVMdev] Optimization on Atomics (and the OpenMP memory model)
Hi everyone, The OpenMP standards committee has begun work to formalize their memory model, and define its relationship to the C/C++ memory models. A questionnaire has been put together (pasted below), and I'd like everyone's help in composing detailed answers to inform their decision-making process. While our OpenMP support is still in active development, many of these questions apply
2015 Dec 17
2
google chrome future / centos 7
Current midori builds in mock, I just tried, but the BuildRequires appear to be wrong because not all the extensions are built resulting in not all extensions found in %files section being there. I'll look at the build log and maybe see if there is a way to make it work and file bug report with fix + EPEL build request if I can get it to work. I know it's not chrome, but it is webkit
2015 Oct 19
4
Google Chrome Issues on CentOS 6
I've installed Google Chrome using the Richard Lloyd 'install-chrome.sh' script (http://chrome.richardlloyd.org.uk/), and am finding a couple of nagging issues. (Current install is google-chrome-stable-46.0.2490.71-1.x86_64). First, every time I shut down Chrome and start it back up, it whines about not having been shut down "properly." Second, and worse, at start up,
2015 Sep 02
3
why I use chrome on CentOS
> On Sep 2, 2015, at 1:36 PM, zep <zgreenfelder at gmail.com> wrote: > > > > On 09/02/2015 03:12 PM, Wes James wrote: >> I use chrome on CentOS because I wrote a web socket web app and I can only get chrome to work properly with web sockets. >> >> I have a local web app created with erlang. It works like ms sccm to wake, freeze/thaw deepfreeze PCs and