Displaying 20 results from an estimated 8000 matches similar to: "LLVM on bare-metal"
2019 Jun 27
2
LLVM on bare-metal
Hi Peter
Thank you for your helpful comments, especially on the RPI. Since my
use case is lot simpler than compiling all of Clang, I hopefully can
take your experience as a good sign.
The RTOS that TI provides for the AM335x actually has pretty complete
posix layer and other standard libraries. However, I am working without
any virtual memory subsystem, so no mmap. However, I was under
2019 Jun 27
2
LLVM on bare-metal
Would you say that embedding the LLVM linker is a practical way to get
the required dynamic linking capabilities on the bare-metal side?
Orthogonal Devices
Tokyo, Japan
www.orthogonaldevices.com
On 27/06/2019 19:06, Peter Smith wrote:
> On Thu, 27 Jun 2019 at 10:36, Brian Clarkson via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Hi Tim.
>>
>> Thank you for
2019 Jun 27
2
LLVM on bare-metal
Hi Tim.
Thank you for taking to time to comment on the background!
I will definitely study lldb and remote JIT for ideas. I worry that I
will not be able to pre-link on the host side because the host cannot(?)
know the final memory layout of code on the client side, especially when
there are multiple plugins being loaded in different combinations on the
host and client. Is that an
2013 Aug 28
0
Investigating memory performance: bare metal vs. xen-pv vs. xen-hvm
I''ve been trying to compare memory access speed between bare-metal, xen-pv
and xen-pvhvm (hvm with pv drivers). In all 3 setups I''m running the same
kernel (3.6.6), built with support for xen, on a 64 core AMD Opteron 6378.
The output of xm info (relevant parts):
machine : x86_64
nr_cpus : 64
nr_nodes : 8
cores_per_socket : 16
2015 Aug 25
0
OPUS on bare metal ARM
On 8/25/15, 12:25 AM, Treuillard, Benjamin wrote:
> The aim of my project is to transmit voice over CAN bus.
CAN? 8 byte transactions. CRC. Bit stuffing on 5 bit repeats.
Automatic retransmits. No ordering.
Really? I guess if you *have* to, but I would pick pretty much *any*
interface standard *other* than CAN for audio.
> The main issue I have is that opus fail to allocate memory,
2020 May 01
0
Bare Metal vs Containers/vms
Hi All,
I vaguely remember someone at Astricon making the case for having multiple
containers/vps each running asterisk vs using asterisk direct on bare
metal. Something about getting better performance. Does anyone have any
insight on this?
TIA and stay safe
Dovid
PS I know vps != containers I just don’t recall if the argument was for
vps, containers or both instead of installing direct on
2019 Feb 11
0
bare-metal backup before update--options?
> Hi all!
>
> I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6
> because (1) it has an Nvidia card, and (2) I've heard of problems
> upgrading on top of software RAID (using RAID1 with 2 drives).
>
> I need to upgrade it to stay secure, and I want to do a bare-metal backup
> first (so I can put it all back as it now is, in case it
2015 Jun 30
0
QEMU-KVM and bare metal performance impact
2019 Feb 12
1
bare-metal backup before update--options?
On Mon, Feb 11, 2019 at 04:16:38PM +0100, Simon Matter via CentOS wrote:
> > Hi all!
> >
> > I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6
> > because (1) it has an Nvidia card, and (2) I've heard of problems
> > upgrading on top of software RAID (using RAID1 with 2 drives).
> >
> > I need to upgrade it to stay
2015 Aug 25
0
OPUS on bare metal ARM
Andrew, Stephan
Thanks for your help.
Well, I really don?t have the choice of the interface it has to be CAN.
My malloc is working but it may have some bug.
I?m going to check the use of the CCRAM with an implementation of opus_alloc/opus_free.
I will let you know how it works.
Regards.
Benjamin
________________________________
Comme vous le savez, les messages envoy?s par e-mail peuvent
2010 Mar 30
3
bare metal xen hypervisor
hi,
i am new to xen.
pls. guide me what is best os should be used with xen.
also let me know if there is any baremetal xen hypervisor available as i
read that i require one OS on which xen hypervisor will be installed. want
to use it with 32 bit machine.
thanks for your help.
--
With Best Wishes
Balwant
_______________________________________________
Xen-users mailing list
2018 Oct 09
3
Serial ports: vm vs bare metal
I'm running libvirt under Fedora 28. I would like to attach a USB
device to a VM, but when I select "Redirect USB Device" from the
"Virtual Machine" menu in virt-manager and then select the device, I
get the error:
USB redirection error
spice-client-error-quark: Could not redirect [device name] at 1-11:
Error setting USB device node ACL: 'Not authorized' (0)
2019 Feb 11
3
bare-metal backup before update--options?
Hi all!
I'm a "nervous nellie", I have not yet updated my 7.5 desktop to 7.6
because (1) it has an Nvidia card, and (2) I've heard of problems
upgrading on top of software RAID (using RAID1 with 2 drives).
I need to upgrade it to stay secure, and I want to do a bare-metal backup
first (so I can put it all back as it now is, in case it explodes in my
face), so I'm trying to
2009 Oct 09
3
Bare Metal vs virtualization
Hello to all:
I know this list is generally Linux-only, but I figured I'd try to
gain wisdom from those with hard-core Windows needs, too.
I was recently pricing out a high-end desktop system for a user who
will doing a lot of CAD, Matlab, SolidWorks, and other apps that will
utilize a lot of number crunching and video.
The quote for the desktop (64-bit Vista is likely), which included 12
2015 Aug 25
4
OPUS on bare metal ARM
Hi everyone,
I?m currently trying to use opus on a ST ARM (STM32F407) without any OS (bare metal).
The aim of my project is to transmit voice over CAN bus.
The main issue I have is that opus fail to allocate memory, the ALLOC macro always return a NULL pointer.
I have sure that I have enough free space to allocate buffers.
Is there anyone who already try this or have meet this issue ?
Thanks
2007 Jan 10
4
[osol-discuss] Re: bare metal ZFS ? How To ?
this is off list on purpose ?
> run zpool import, it will search all attached storage and give you a list
> of availible pools. then run zpool import poolname or add a -f if you
> didn''t export before the install/upgrade.
assume worst case
someone walks up to you and drops an array on you.
They say "its ZFS an'' I need that der stuff ''k? " all
2020 Jul 03
2
Exceptions not getting caught on bare-metal target
Hi,
We're working on adding exception handling support for a downstream
bare-metal target. I read through the LLVM exception handling docs [1]
and went through some patches from other backends to understand what
parts we need to implement.
We're now at a point were it feels like it should work, but
unfortunately exceptions are still not getting caught. Our target uses
DWARF
2010 Dec 03
5
Linux DomU vs Bare Metal performance issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi, I''m trying to diagnose a reasonably large performance drop between
two ostensibly similar servers; one running CentOS 5.5 on bare metal,
the other running Fedora 14 as a Xen DomU under CentOS 5.5 (Xen
3.1.2-194.26.1.el5)
I have a pair of older Dell PowerEdge 1750 servers, each with 4GB ram
and 2x 2.4GHz Xeon CPU''s with
2006 Jun 01
9
Bare Metal Installation of Xen
Is there a documented approach somewhere for performing an unattended
''bare metal'' install of Xen?
The Xen Users'' Manual describes an installation flow that requires a
host OS on the target machine. This host OS is used for installation
of Xen, but Xen does not execute "on top of" this OS (rather Xen
executes directly "on top of" the hardware
2002 Jul 22
2
rSync on RTOS
Hi All,
I need one information
How much effort is required to port the the rSync utility to
any of the RTOS available? (how much is the linux dependent
code in the implementattion?)
regards
Thanks in Advance
Biju
--
Biju Perumal
HCL Technologies Ltd. Voice +91-44-3728366 (Xtn-1134)
http://san.hcltech.com